TenantMigrationAccessBlockerRegistry::_remove doesn't remove when both mtabs are present

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • 5.0.4, 5.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • ALL
    • v5.0
    • Repl 2021-09-20, Repl 2021-10-04
    • 132
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

          auto mtabPair = it->second;
          mtabPair.clearAccessBlocker(type);
      

      creates a copy of the mtabPair and then clears the access blocker on the copy. It then goes and removes the entire pair if both are removed, but that might not be the case.

            Assignee:
            Matthew Russotto
            Reporter:
            Matthew Russotto
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: