@@ -54,18 +54,24 @@ document that resembles the following prototype:
54
54
"shardName" : "<string>",
55
55
"shardHost" : "string:",
56
56
"versions" : {
57
- "<database>.<collection>" : Timestamp(<...>),
58
- "<database>.<collection>" : Timestamp(<...>)
57
+ "<database>.<collection>" : {
58
+ "placementVersion": Timestamp({ t: 1, i: 1024 }),
59
+ "timestamp": Timestamp({ t: 1682444810, i: 8 })
60
+ },
61
+ "<database>.<collection>" : {
62
+ "placementVersion": Timestamp({ t: 0, i: 0 }),
63
+ "timestamp": Timestamp({ t: 0, i: 0 })
64
+ }
59
65
},
60
66
"ok" : 1,
61
67
"$clusterTime" : {
62
- "clusterTime" : Timestamp(1510716515, 1 ),
68
+ "clusterTime" : Timestamp({ t: 1682457265, i: 1 } ),
63
69
"signature" : {
64
70
"hash" : BinData(0,"B2ViX7XLzFLS5Fl9XEuFXbwKIM4="),
65
71
"keyId" : NumberLong("6488045157173166092")
66
72
}
67
73
},
68
- "operationTime" : Timestamp(1510716515, 1 )
74
+ "operationTime" : Timestamp({ t: 1682457260, i: 1 } )
69
75
}
70
76
71
77
Otherwise, :dbcommand:`shardingState` will return the following document:
@@ -76,13 +82,13 @@ Otherwise, :dbcommand:`shardingState` will return the following document:
76
82
"enabled" : false,
77
83
"ok" : 1,
78
84
"$clusterTime" : {
79
- "clusterTime" : Timestamp(1510716515, 1 ),
85
+ "clusterTime" : Timestamp({t: 1510716515, i: 1} ),
80
86
"signature" : {
81
87
"hash" : BinData(0,"B2ViX7XLzFLS5Fl9XEuFXbwKIM4="),
82
88
"keyId" : NumberLong("6488045157173166092")
83
89
}
84
90
},
85
- "operationTime" : Timestamp(1510716515, 1 )
91
+ "operationTime" : Timestamp({t: 1510716515, i: 1} )
86
92
}
87
93
88
94
The response from :dbcommand:`shardingState` when used with a
@@ -93,13 +99,13 @@ The response from :dbcommand:`shardingState` when used with a
93
99
{
94
100
"enabled" : false,
95
101
"ok" : 1,
96
- "operationTime" : Timestamp(1510767613, 1 ),
102
+ "operationTime" : Timestamp({t: 1510767613, i: 1} ),
97
103
"$gleStats" : {
98
- "lastOpTime" : Timestamp(0, 0 ),
104
+ "lastOpTime" : Timestamp({t: 0, i: 0} ),
99
105
"electionId" : ObjectId("7fffffff0000000000000001")
100
106
},
101
107
"$clusterTime" : {
102
- "clusterTime" : Timestamp(1510767613, 1 ),
108
+ "clusterTime" : Timestamp({t: 1510767613, i: 1} ),
103
109
"signature" : {
104
110
"hash" : BinData(0,"IwBZ4SZjIMI5NdM62NObV/R31GM="),
105
111
"keyId" : NumberLong("6488693018630029321")
0 commit comments