-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Sharding
-
Fully Compatible
-
ALL
-
v5.0, v4.4, v4.2
-
Sharding EMEA 2022-02-21
-
9
If preCacheMongosRoutingInfo() fails, it will cause mongos to be unable to start. One observed case was during getShardedCollectionRoutingInfoWithRefresh(), a collection was missing chunks due to another issue and triggered an assertion.
As preCacheMongosRoutingInfo() is an optimization, its failure should not prevent the cluster from starting up.
- is related to
-
SERVER-43985 Make mongos pre-cache the routing table on startup
- Closed