-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
Fully Compatible
-
ALL
-
Service Arch 2020-02-10
-
18
In the ThreadPool in certain cases we detach threads. This can lead to ASAN failures if we shut down before the thread has completed. We should change the logic to join these threads instead.