-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Sharding
-
Fully Compatible
-
ALL
-
Sharding 2018-07-30
For example, sending the command like this to mongos:
{ killCursors: "kill_cursors_in_transaction", cursors: [ 8889987431650893989 ], lsid: { id: UUID("016700de-5430-4f62-9659-6c09e1e46bf6") }, txnNumber: 1, autocommit: false, stmtId: 0, startTransaction: true, $db: "test" }
Will result in txnNumber field missing when mongos sends killCursors to shard.
- is related to
-
SERVER-36277 Allow mongos to forward txnNumbers through the sharding task executor
- Closed
- related to
-
SERVER-36260 Mongos should reject commands that aren't allowed in multi statement transactions by contain txnNumber
- Closed