-
Type:
Bug
-
Resolution: Works as Designed
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Replication
-
ALL
-
v7.0
-
Repl 2023-06-12
-
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/repl/replication_coordinator_external_state_impl.cpp
- 360,19: _writerPool = makeReplWriterPool();
- db/repl/replication_recovery.cpp
- 715,23: auto writerPool = makeReplWriterPool();
- db/repl/replication_coordinator_external_state_impl.cpp
- 355,30: _oplogApplierTaskExecutor->startup();
- db/read_write_concern_defaults.cpp
- 335,16: _threadPool.startup();
To reference the full list of files/executors combed, please refer to the linked BF ticket.