-
Type: Task
-
Resolution: Won't Do
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Sharding EMEA 2022-06-13
Auto split vector has returns a continuation flag which is true if there are more split points for the returned range than can fit in a single response. If this flag is set to true, the caller of autosplitvector should call autosplit vector again with a range starting from the last split point to the end of the initial queried range.
The selectChunkSplitPoints function is currently ignoring this flag. Therefore callers of this function may not be getting all of the split points for the range.
This ticket is to evaluate the callers of selectChunkSplitPoints and see if there needs to be handling of the continuation flag for these cases.
- depends on
-
SERVER-66208 Remove chunk creation for shard collection with existing data
- Closed