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

Fix the cleanup of the Routing Info in the rename operation

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 5.0.2, 5.1.0-rc0
    • Affects Version/s: None
    • Component/s: Sharding
    • Labels:
      None
    • Fully Compatible
    • v5.0
    • Sharding EMEA 2021-07-26
    • 155

      The problem is at the end of the rename operation, when we force a refresh on both collections: from and to. The issue is that the asynchronous work submitted by the the refresh of the from collection,which is a dropCollection, conflicts with the refresh of the to collection.

      You can find a detailed description of this problem here.

      As part of this work we should also remove this if-stmt. This code is not needed anymore since we already have a proper cleanup phase.

            Assignee:
            sergi.mateo-bellido@mongodb.com Sergi Mateo Bellido
            Reporter:
            sergi.mateo-bellido@mongodb.com Sergi Mateo Bellido
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: