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

Implement the rangesToClean set and maintenance methods

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.3.9
    • Affects Version/s: None
    • Component/s: Sharding
    • None
    • Fully Compatible
    • Sharding 16 (06/24/16)

      The rangesToClean set is where the per-collection queue of chunk ranges to be cleaned is stored. This task is for introducing this set under the CollectionMetadataManager class, adding the appropriate methods for its maintenance. In particular:

      • addRange(ChunkRange range) - adds a new range to be cleaned up. The newly introduced range must not overlap with the existing ranges.
      • removeRange(ChunkRange range) - removes the specified range from the ranges to be cleaned up.

            Assignee:
            sam.dunietz Sam Dunietz
            Reporter:
            crystal.horn@mongodb.com Crystal Horn
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: