-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Catalog and Routing
-
Fully Compatible
-
CAR Team 2024-10-28, CAR Team 2024-11-11
This function force a refresh of the catalog cache causing all other threads that are concurrently accessing the cache to wait on the forced refresh completion.
Most of the time this function can be substitute with a more explicit and direct lookup of the catalog through ShardingCatalogClient::getDatabase()
- related to
-
SERVER-96115 Avoid forced database refresh in ReshardingDonorRecipient
- Backlog