-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Catalog and Routing
-
Fully Compatible
-
CAR Team 2024-07-08, CAR Team 2024-07-22, CAR Team 2024-08-05, CAR Team 2024-08-19
-
1
In SERVER-78495 we removed the possibility of marking a specific shard as stale, so the name of this function should be changed now to something more meaningful.
Additionally, we could remove the ShardId from function parameters since it is not used anymore.
When choosing the new name for this function we should take into account that this function:
- Is not shard specific anymore.
- Does not really invalidate the cache entry, just advances the “known” time in the underlying ReadThroughCache, so all the subsequent accesses to the cached entry that require casual consistency will trigger a cache entry refresh.
- It does not act only on sharded collections
- depends on
-
SERVER-78495 Throw out vestiges of enableFinerGrainedCatalogCacheRefresh from the router role
- Closed