-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Sharding
-
None
-
Catalog and Routing
-
CAR Team 2024-11-25
SERVER-95393 introduced a dedicated catalog cache loader (SSCCL) and catalog cache for the shard role, as well as another loader (CSCCL) and catalog cache for the router role. These changes are currently protected by a disabled feature flag, gDualCatalogCache.
As a result, unit tests do not cover these changes since there is no build variant that enforces the feature flag to be set to true while running the unit tests.
The goal of this ticket is to update the necessary unit tests once the feature flag is enabled.
- depends on
-
SERVER-97326 Enable feature flag for the catalog cache split (`featureFlagDualCatalogCache`)
- Backlog
-
SERVER-95393 Use a ConfigServerCatalogCacheLoader for the router-role and a ShardServerCatalogCacheLoader for the shard-role
- Closed