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

Skip range deletions when transitioning from embedded to dedicated config servers

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Cluster Scalability
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Today, when a cluster transitions from embedded to dedicated config servers we use transitionToDedicatedConfigServer() which uses removeShard(). 

      We drain sharded collections and then use range deletions to remove any data from the embedded config server safely in case it gets added back to the cluster as a config shard. For any other removeShard operation, we don't complete range deletions because the shard will be removed. 

      Waiting on range deletions to transition to dedicated config servers is unnecessary. Atlas cannot complete the transition and reduce the tier to an M30 for a config server until range deletions are complete which can be very slow and resource intensive. 

            Assignee:
            Unassigned Unassigned
            Reporter:
            ratika.gandhi@mongodb.com Ratika Gandhi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: