-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Cluster Scalability
-
ALL
-
5
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.