Remove SessionCatalogMigrationDestination::_isStateChanged condition variable

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 4.9.0
    • Affects Version/s: None
    • Component/s: Sharding
    • Fully Compatible
    • Sharding 2021-01-25
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      In SessionCatalogMigrationDestination, the condition variable _isStateChanged is a private member that is never waited upon. While _isStateChanged.notify_all() is still called throughout the class, it does not appear to serve any purpose and should be removed.

      It looks like SERVER-31347 removed the method that waited on this condition variable.

            Assignee:
            Alexandre Bique (Inactive)
            Reporter:
            Haley Connelly
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: