-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
ALL
-
Repl 2020-12-14, Repl 2020-12-28
-
12
Similar to SERVER-49880. 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 "ShutdownInProgress" or "Interrupted". Sometimes, getMore fails with CursorNotFound (see Suganthi's explanation below). Update the test to handle this scenario.
- is related to
-
SERVER-49880 snapshot_read_at_cluster_time_crud_operations.js should expect error code Interrupted
- Closed