Details
-
Improvement
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
-
Fully Compatible
-
v4.2, v4.0, v3.6
-
Service Arch 2019-12-02, Service Arch 2019-12-16
-
Description
We catch exceptions that throw here, which means that we don't have a backtrace for these exceptions, which leads to hard-to-diagnose issues like SERVER-43021. We should stop catching these exceptions and let the process crash on its own due to the noexcept nature of lambdas passed to std::thread