Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-36858

Create IDL type for transaction commit decision document

    • 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.

            Assignee:
            janna.golden@mongodb.com Janna Golden
            Reporter:
            matthew.saltz@mongodb.com Matthew Saltz (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: