Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
Fully Compatible
-
ALL
-
Sharding 2018-07-30
Description
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.
Attachments
Issue Links
- 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
-