-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
Fully Compatible
-
CAR Team 2024-09-30
-
2
The executeCommandAgainstDatabasePrimary helper attaches the UNSHARDED ShardVersion when sending a request to the database primary, which is incorrect when the collection is tracked and is anyway unnecessary for DDL commands. All usages of that helper for DDL commands must be replaced by executeDDLCoordinatorCommandAgainstDatabasePrimary that only attaches the db version.
- is related to
-
SERVER-93135 Use executeDDLCoordinatorCommandAgainstDatabasePrimary when forwarding resharding requests from router to shard
- Closed