-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
ALL
-
v8.1
-
CAR Team 2025-05-26
-
(copied to CRM)
-
None
-
3
-
TBD
-
None
-
None
-
None
-
None
-
None
-
None
During FCV upgrade from 8.0 to 8.1, we moved the sessions collection coordinator from the shards to the config server. This also means that the config server becomes more of a dbPrimary for this collection - it runs the coordinators for it and therefore we expect it to have a copy of the collection locally. We added logic to create the collection locally on the config server since the expectation was that the collection would not exist on the config server. However, if there is a garbage version of the collection locally, this will cause the coordinator to fail. We should clean up the problematic instances of the sessions collection either during FCV upgrade or in the create collection coordiantor before trying to create the collection locally.
- is caused by
-
SERVER-86949 Run the shardCollection coordinator for the config db on the config server
-
- Closed
-
- is depended on by
-
SERVER-105115 Re-enable featureFlagUseTopologyChangeCoordinators
-
- Blocked
-