Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-8513

Noisy "transport endpoint is not connected" logs on closing sockets.

    XMLWordPrintableJSON

Details

    • Mesosphere Sprint 73, Mesosphere Sprint 74
    • 3

    Description

      When within libprocess a socket is closing, we try to shut it down. That shutdown fails as the socket is not connected. This is intended behavior. The error code returned ENOTCONN tells us that there is nothing to see here for such common scenario.

      The problem appears to be the logging of such event - that might appear as not useful - no matter which log-level is used.

      E1214 08:15:18.017247 20752 process.cpp:2401] Failed to shutdown socket with fd 288: Transport endpoint is not connected
      

      We should try to prevent this specific, non actionable logging entirely while making sure we do not hinder debugging scenarios.

      Attachments

        Activity

          People

            tillt Till Toenshoff
            tillt Till Toenshoff
            Benjamin Mahler Benjamin Mahler
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: