Create IDL type for transaction commit decision document

XMLWordPrintableJSON

    • Fully Compatible
    • Sharding 2018-10-08
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      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.

            Assignee:
            Janna Golden
            Reporter:
            Matthew Saltz (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: