Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
-
None
-
Fully Compatible
-
ALL
-
-
17
Description
The snapshot_read_kill_operations.js test executes the currentOp command concurrently with session kill. If run in a sharded fixture, it is possible for:
1) currentOp to be executed on mongos, which requests a batchSize:0 cursor from the shards
2) The cursor to be killed via session kill on mongod
3) mongos to request data for the cursor and receive cursorNotFound