-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
CAR Team 2024-01-22
The validation of the rename preconditions on the from/to namespaces is implemented by checkRenamePreconditions and checkDbPrimariesOnTheSameShard, which are functions exposed by a generic utility API.
Since these functions are based on some assumptions (e.g., DDL lock, the shard is the primary of source database, etc.) the goal is to move all or some of them into the coordinator of the rename command.
- is depended on by
-
SERVER-84243 Dedicate a catalog cache and loader to the shard role
- In Progress