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

Implement an initialisation routine in BalancerCommandsScheduler to support ConfigServer step down / crash events

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 5.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • Sharding EMEA 2021-10-04, Sharding EMEA 2021-10-18

      The collection chunks defragmentation algorithm info involves the submission of moveChunk commands from the ConfigServer through BalancerCommandsScheduler.

      The involved shards may require tens of seconds to complete such operation, during which an election of a new ConfigServer primary may occur: the new primary will have to resume the defragmentation algorithm from a stable state - meaning that no new commands may be issued as long as all the moveChunk operations launched by its predecessor have completed.

      Such logic needs to be implemented within BalancerCommandsScheduler relying on the persisted information about previously issued moveChunk operations (see SERVER-59964 for details).

            Assignee:
            paolo.polato@mongodb.com Paolo Polato
            Reporter:
            paolo.polato@mongodb.com Paolo Polato
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: