-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
Fully Compatible
-
ALL
-
CAR Team 2026-05-11
-
200
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The test count_secondaryok.js fails deterministically in the sharding_config_shard suite because it stops the only primary in rs0, leaving the cluster without a reachable primary.
During teardown, ShardingTest.stop() runs the routing-table consistency hook, which makes a call against the config primary with primary read preference. Because the cluster no longer has a primary, that call times out during host selection after roughly 15 seconds and fails with FailedToSatisfyReadPreference. The exception then propagates out of ShardingTest.stop(), causing the test itself to fail.
- is related to
-
SERVER-120696 Change stream v2 resume after rename targets db primary shard
-
- Closed
-
-
SERVER-12069 Better error message when specifying a 'w' number write concern in user management commands on mongos
-
- Closed
-