Stop catching exceptions in NetworkInterfaceASIO

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major - P3
    • 4.2.3, 4.3.3
    • 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
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      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

            Assignee:
            Rahul Sundararaman (Inactive)
            Reporter:
            Matthew Saltz (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: