-
Type: Task
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Sharding
-
Sharding
Once unsharded collections are also tracked, sharding code that needs to handle unsharded and sharded collections differently can no longer use the presence of a ChunkManager in its cache entry for the collection to mean the collection is sharded.
Instead, the code should explicitly check whether the collection's distributionMode == "sharded."
- related to
-
SERVER-47562 Complete TODO listed in SERVER-42638
- Closed