_decisionDurable flag is not set correctly when continuing two-phase commit after step up

XMLWordPrintableJSON

    • Cluster Scalability
    • ALL
    • 5
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      When persisting decision we check for _decisionDurable flag, because if we are continuing the commit after step up, there is no need to persist decision again.

      However, we are not setting this flag in continueCommit: we should add _decisionDurable = true  if TransactionCoordinatorDocument has a decision.

      This is not a correction issue, we just waste some time by writing the decision again.

            Assignee:
            Unassigned
            Reporter:
            Ivan Fefer
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: