Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
Fully Compatible
-
Sharding 2018-10-08
Description
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.
Attachments
Issue Links
- is depended on by
-
SERVER-36860 Implement functions for persisting/deleting/reading coordinator commit decisions
-
- Closed
-