-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
ALL
-
v7.0
-
Security 2023-06-12, Security 2023-06-26, Security 2023-07-10
-
113
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
In the following files, there exist executors that may not be properly shutdown by calling both join and shutdown.
- db/free_mon/free_mon_mongod.cpp
- 97,18: _executor->startup();
- util/net/ocsp/ocsp_manager.cpp
- 103,14: _pool->startup();
- db/auth/authorization_manager_impl.cpp
- 259,16: _threadPool.startup();
- util/net/ssl_manager_openssl.cpp
- 1122,20: _threadPool.startup();
- db/modules/enterprise/src/ldap/connections/ldap_connection_reaper.cpp
- 55,59: std::call_once(_initExecutor, [this]() { _executor->startup(); });
To reference the full list of files/executors combed, please refer to the linked BF ticket.
- is depended on by
-
SERVER-77152 Call join on AuthorizationManagerImpl thread pool
-
- Closed
-