-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Sharding
-
Fully Compatible
-
Sharding 2018-10-08
As specified in the design document for transactions, we will store the commit decision on disk. It's format should be:
{ “_id”: { lsid: 1, txnNumber: 100 }, “commitTimestamp”: Timestamp(1515616400, 1) “participants”: [ “shard0000”, “shard0001” ] }
We should use IDL to encode this type.
- is depended on by
-
SERVER-36860 Implement functions for persisting/deleting/reading coordinator commit decisions
- Closed