-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
CAR Team 2024-01-22
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 that only exposes a shard command.
- duplicates
-
SERVER-84469 splitVector should not target using UNSHARDED version
- Closed
- is depended on by
-
SERVER-86623 make splitVector alias autoSplitVector
- Closed
- related to
-
SERVER-86171 Complete TODO listed in SERVER-84090
- Closed