-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: 6.0.0, 7.0.0, 8.1.0-rc0, 8.0.0
-
Component/s: None
-
Server Security
-
Fully Compatible
-
ALL
-
v8.0, v7.0, v6.0
-
Security 2025-02-17
-
200
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
It has been observed that in our testing that for slow test variants an election can take over 15s. When a node routes a command, it will query the the replicaset monitor to know the address for a given read preference. In case no node is reachable, a timeout of 15s is used to wait before throwing `FailedToSatisfyReadPreference`, which is not a retriable error. The requested command will therefore fail.
Ideally, we could extend the timeout on slow variants (tsan and ubsan compiled in debug mode).
- is related to
-
SERVER-103248 Revert changes in SERVER-95534
-
- Closed
-