MigrationDestinationManager waits for thread to join with session checked out

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • 4.4.1, 4.7.0
    • Affects Version/s: None
    • Component/s: Sharding
    • Fully Compatible
    • ALL
    • v4.4
    • Sharding 2020-07-13, Sharding 2020-07-27
    • 33
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      The MigrationDestinationManager waits for a thread to join here while holding a session checked out. This thread can do blocking work, such as checking out a different session. This can lead to a deadlock with a thread that is checking out all of the sessions for kill:

      (1) MigrationDestinationManager checks out session A.
      (2) Killing thread marks all sessions as killed.
      (3) Killing thread waits to check out session A for kill.
      (4) _thread waits to check out session B, but is blocked because session B is marked as killed.
      (5) MigrationDestinationManager waits for _thread to join.

            Assignee:
            Jack Mulrow
            Reporter:
            Tess Avitabile (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: