-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
Atlas Streams
-
Fully Compatible
-
ALL
-
Sprint 31
-
None
-
None
-
None
-
None
-
None
-
None
-
None
A deadlock can occur when a client calls stop while the Executor thread is handling an error and shutting down.
Client thread calling stop: Has the StreamManager::_mutex. Calling into executor->stop. In Executor::stop, waiting on _executorThread.join().
Executor thread: stuck in StreamManager::onExecutorError, can't acquire the mutex.
- related to
-
SERVER-102136 Complete TODO listed in SERVER-79801
-
- Needs Scheduling
-