-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication, Sharding
-
Fully Compatible
-
ALL
-
Sharding 2018-11-19
-
0
snapshot_read_kill_operations.js calls doSnapshotFind() in snapshot_read_utils.js which calls abortTransaction() defined in cleanup_txns.js. We should pass ErrorCodes.Interrupted to this abortTransaction as well.
- related to
-
SERVER-37244 Implement checkOutSessionForKill API and switch all non-migration callers to use it
- Closed