-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
CAR Team 2024-11-25
-
1
Currently, if the `createUnshardedCollectionRandomizeDataShard` fp is enabled, we will apply the random data shard setting even when tracking a collection. This can cause issues where a collection exists already and has data on shard1 (primary shard) and a random data shard shard0 is chosen which effectively causes the data on shard1 to get orphaned since the catalog entry points to shard0. This is only a concern in test suites where this failpoint is enabled. If the failpoint is disabled, only the primary shard (which is the actual data owning shard for an untracked unsharded collection) is chosen for the catalog entry.
- is depended on by
-
SERVER-96790 MoveCollection results in catalog being updated but data not moved
- Closed
- is related to
-
SERVER-97249 Complete TODO listed in SERVER-96790
- Backlog