-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 4.1.4
-
Component/s: None
-
Fully Compatible
-
Sharding 2018-11-19
Each state transition is currently wrapped in autoRetryTxn, which tries to start the transaction. This has a side effect of aborting the current active transaction. So there is always only one statement that was executed on the current transaction when the state machine transitions to commitTxn.
- is depended on by
-
SERVER-38018 Unblacklist multi_statement_transaction_all_commands.js in concurrency_simultaneous_replication test
- Closed