Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-66610

Evaluate whether users of selectChunkSplitPoints should handle the continuation flag

    • Type: Icon: Task Task
    • Resolution: Won't Do
    • Priority: Icon: Major - P3 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.

            Assignee:
            allison.easton@mongodb.com Allison Easton
            Reporter:
            allison.easton@mongodb.com Allison Easton
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: