-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
-
17
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