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

Follow up work for SERVER-63789

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major - P3
    • Resolution: Fixed
    • None
    • 6.2.0-rc0
    • None
    • 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

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              christopher.caplinger@mongodb.com Christopher Caplinger
              suganthi.mani@mongodb.com Suganthi Mani
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: