-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: 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
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.
- depends on
-
SERVER-63789 Don't block recipient oplog application while importing files.
- Closed