Implement functions for persisting/deleting/reading coordinator commit decisions

XMLWordPrintableJSON

    • Sharding 2018-10-08, Sharding 2018-10-22, Sharding 2018-11-05
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      We need to persist commit decisions to config.transactionCommitDecisions as specified in the design document for transactions. For this, we should implement the following functions:

      • persistDecision: Must atomically choose the commit timestamp and write the commit decision to disk.
      • readAllDecisions: Returns all commit decisions as a vector in memory. For use in recovery.
      • deleteDecision: Removes a decision from the collection.

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

                Created:
                Updated:
                Resolved: