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

Skip dropping a non-existent temp ECOC collection in the compact coordinator

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 6.0.2, 6.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • ALL
    • v6.0
    • Security 2022-08-08
    • 30

      It is possible that the kDropTempCollection phase of the compaction coordinator may get restarted even if it has already dropped the ecoc.compact temp collection in a previous run. In this case, it will throw a CollectionUUIDMismatch error, instead of returning the result of the actual compaction operation.

      A check needs to be performed before the call to drop for the existence of the collection with the specified UUID. If it exists, then skip the drop operation.

            Assignee:
            erwin.pe@mongodb.com Erwin Pe
            Reporter:
            erwin.pe@mongodb.com Erwin Pe
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: