Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-43623

Stop catching exceptions in NetworkInterfaceASIO

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 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

      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@mongodb.com Rahul Sundararaman (Inactive)
            Reporter:
            matthew.saltz@mongodb.com Matthew Saltz (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: