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

Follow up work for SERVER-63789

    • 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

      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@mongodb.com Christopher Caplinger
            Reporter:
            suganthi.mani@mongodb.com Suganthi Mani
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: