-
Type: Task
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Replication
-
Repl 2018-12-03, Repl 2018-12-17, Repl 2019-01-14
When TransactionParticipant::_continueMutliDocumentTransaction() is called with a txnNumber that is higher than _activeTxnNumber, it returns NoSuchTransation but does not update _activeTxnNumber or abort the transaction. It must set _activeTxnNumber to txnNumber and abort the transaction (with the new txnNumber). This ensures that no future command may start a transaction with this txnNumber, so the commit decision for this txnNumber cannot change.
- is related to
-
SERVER-38134 Ensure config.transactions and TransactionParticipant have consistent state after every command
- Closed
-
SERVER-38135 Do not allow transactions on shard servers when the featureCompatibilityVersion is 4.0
- Closed
- related to
-
SERVER-38132 Aborting a transaction must always update config.transactions and write an abort oplog entry
- Closed
-
SERVER-38850 Perform noop write before returning NoSuchTransaction error
- Closed