-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 8.1.0-rc0
-
Component/s: None
-
Catalog and Routing
-
Fully Compatible
-
ALL
-
CAR Team 2024-12-09
-
200
After SERVER-95393, there is a catalog cache and loader dedicated to the shard role and another to the router role., meaning that a refresh of the filtering metadata does not imply a refresh of the routing information anymore.
`routing_cache_gossiping.js` needs to update the routing information before running all the checks, it can happen that at the execution time, the routing information is stale, breaking some test cases.
- related to
-
SERVER-95393 Use a ConfigServerCatalogCacheLoader for the router-role and a ShardServerCatalogCacheLoader for the shard-role
- Closed