-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Sharding
-
Catalog and Routing
-
Fully Compatible
-
CAR Team 2024-03-18
-
167
The current plan for PM-3364 is to lazily track unsharded collections in order to move them using moveCollection for 8.0, then, in a post-8.0 world, we would fully track all unsharded collections.
This means that the work we have already done to track collections upon creation will need to be behind a different feature flag than the 8.0 work to track upon moveCollection. This ticket is to create the new feature flag and to rename the old one to specify that collections are tracked upon move. A separate ticket will go through the code and move what is 8.0 required to be gated by the new feature flag rather than the old one.
- is depended on by
-
SERVER-87314 Create new variant to continue testing with tracking upon moveCollection
- Closed
-
SERVER-87554 Move non-8.0 required work to featureFlagTrackUnshardedCollectionsUponCreation
- Closed
-
SERVER-87556 Allow balancer to issue moveCollection for untracked collections
- Closed