-
Type:
New Feature
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
None
-
Affects Version/s: 3.5.3
-
Component/s: Sharding
-
None
-
Sharding
-
Sharding 2017-03-27, Sharding 2017-04-17
-
None
-
None
-
None
-
None
-
None
-
None
-
None
This is for possible format changes, like upgrading SHA1 to SHA256.
Existing format:
logicalTime: {
clusterTime: <Timestamp>,
signature: <SHA1 hash of clusterTime as BinData>
}
New format:
logicalTime: {
clusterTime: <Timestamp>,
signature: { version: <int>, hash: <SHA1 hash of clusterTime as BinData> }
}