The UnoptimizedSplitPolicy for initial chunk creation chooses how many chunks to create using AutoSplitVector and creates all chunks on the primary shard. After disabling the autosplitter, it no longer makes sense to split the collection into chunks on a single shard for the initial split policy.
After removing the autosplitter, we should just create a single chunk on the primary shard.
- has to be done before
-
SERVER-66754 Review tests disabled because expecting initial chunks split
- Closed
- is depended on by
-
SERVER-66610 Evaluate whether users of selectChunkSplitPoints should handle the continuation flag
- Closed