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

voteCommit for an aborted coordinator should send abort to the calling participant

    • Fully Compatible
    • Sharding 2018-10-22
    • 56

      The transaction coordinator removes itself from the coordinator catalog when it decides to abort, but it does so through a promise, which requires dropping the coordinator mutex. This allows a voteCommit to be processed by a coordinator in the kAborted state, which currently leads to no action. Instead, this should be treated the same as the non-existent coordinator case (see SERVER-37018), which sends abortTransaction to the participant that sent voteCommit.

            Assignee:
            matthew.saltz@mongodb.com Matthew Saltz (Inactive)
            Reporter:
            jack.mulrow@mongodb.com Jack Mulrow
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: