-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Replication
-
Fully Compatible
-
Repl 2023-02-20
-
0
The linearizable readConcern timeout for getMore commands is hardcoded to 15 seconds. This value is used as the wtimeout for a no-op write.
In slow tests, 15 seconds may not be sufficient to avoid timeouts, and it is not adjustable, either.
Outside of getMore, we set the wtimeout to zero wait forever, so I'm not sure why getMore has different behavior.
- is depended on by
-
SERVER-70695 Use config fuzzer on sharded tests
- Closed
- related to
-
SERVER-37948 Linearizable read concern is not satisfied by getMores on a cursor
- Closed