-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Sharding
-
Fully Compatible
-
Sharding 2018-10-08, Sharding 2018-10-22
If mongos receives an error in a transaction that it cannot continue on (either because the error is not retryable or it has exhausted its allowed retry attempts), it should implicitly abort the in-progress transaction. This should include sending abort to all contacted participant shards and transitioning to an aborted state.
- has to be done after
-
SERVER-36589 Implement mongos abort logic
- Closed