-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
ALL
-
Repl 2020-08-10
-
22
At random times, fsm_workloads/snapshot_read_at_cluster_time_crud_operations.js searches currentOp for getMore operations and calls killOp on them, which causes them to fail with error code 11601 Interrupted. However, the test expects getMore to fail only with error code 91 ShutdownInProgress.
I think the test should expect getMore to fail with error code 11601 Interrupted. The test flaw leads to BFs rarely because the getMore doesn't last long, so when the test searches for getMores to kill it rarely finds any. When the test passes it doesn't log "Going to kill op" at all.
- backported by
-
SERVER-47789 Add concurrency tests for snapshot reads
- Closed
- related to
-
SERVER-50177 snapshot_read_at_cluster_time_crud_operations.js fails with CursorNotFound
- Closed