-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
CAR Team 2024-01-22
-
🟩 Routing and Topology
-
None
-
None
-
None
-
None
-
None
-
None
Router's splitVector command is only working for unsharded collections and targets the db primary assuming that the unsharded collections can only be hosted on it.
This ticket is to decide what to do with such command considering that:
- The assumption that only the primary shard is hosting unsharded collections will soon not hold anymore (
SERVER-80136). - The splitVector implementation has always been flawed (
SERVER-55028) and all internal usages have been replaced with autoSplitVector.
- is depended on by
-
SERVER-86623 make splitVector alias autoSplitVector
-
- Closed
-
- is related to
-
SERVER-55028 Improve the auto-splitter policy
-
- Closed
-
-
SERVER-80136 Create a new command to change the DBPrimary without moving any collections
-
- Closed
-
- related to
-
SERVER-86171 Complete TODO listed in SERVER-84090
-
- Closed
-