Follow up work for SERVER-63789

XMLWordPrintableJSON

    • Fully Compatible
    • Server Serverless 2022-06-13, Server Serverless 2022-06-27, Server Serverless 2022-07-11, Server Serverless 2022-07-25, Server Serverless 2022-08-08, Server Serverless 2022-08-22, Server Serverless 2022-09-05
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      2 followup works:
      1) Currently, we call thread join() within the mutex lock which can cause deadlocks (_thread waiting for the mutex lock, and reset() thread takes the mutex lock and wait for the _thread to join). We should modify the code such that all thread joins happen outside of the mutex lock.

      2) Currently opCtx interruption logic in the tenantFileImporter Service is broken.  We need a reliable way for the interrupt thread to interrupt the spawned thread's opCtx.

              Assignee:
              Christopher Caplinger
              Reporter:
              Suganthi Mani
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: