-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Networking
-
None
-
Fully Compatible
-
v4.2, v4.0, v3.6
-
Service Arch 2019-12-02, Service Arch 2019-12-16
-
(copied to CRM)
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