exitCleanly is used in many places to shut down running pieces of the server, however the inShutdown() method won't return true until dbexit is called at the end of exitCleanly(). This leads to a race where some components can be told to shutdown but when checking inShutdown() will see false
- related to
-
SERVER-20030 ForwardingCatalogManager::shutdown races with _replaceCatalogManager
- Closed