-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
Fully Compatible
-
v8.0, v7.3, v7.0, v6.0
-
CAR Team 2024-05-13, CAR Team 2024-06-24
-
200
Objects allocated and owned by by the thread-pool threads, especially those owned via thread_locals, result in leak-reports by LSAN when these threads are still running when the leak detector runs at shutdown. Similarly to SERVER-67732, we should shutdown and join this thread pool to avoid the leak detector reporting memory allocated from those threads as leaks.