-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
ALL
-
CAR Team 2026-03-30
-
200
-
🟩 Routing and Topology
-
None
-
None
-
None
-
None
-
None
-
None
jstests/sharding/check_metadata_consistency_snapshot.js assumes that the same config server primary remains consistent throughout its execution, which breaks in the config stepdown suite. This causes the test to fail its assertion when it cannot locate logs on other config nodes.
Â
To resolve this, the test should either be excluded from the config stepdown suite or updated to work correctly in stepdown scenarios.