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

Log all socket errors in libprocess.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.6.2, 1.7.1, 1.8.0
    • libprocess
    • None

    Description

      To aid debugging, we need to shore up our logging to ensure that all socket errors in the embedded http server are logged at the warning level and include IP address information of the peer. Looks like we have the following:

      (1) recv error: VLOG(1) w/ peer and nothing
      (2) send error: nothing
      (3) shutdown error: LOG(INFO) sometimes with our own address (weird)
      (4) connect error: LOG(WARNING) with destination address
      (5) accept error: LOG(WARNING)
      (6) listen error: LOG(FATAL)

      Attachments

        Issue Links

          Activity

            People

              bmahler Benjamin Mahler
              bmahler Benjamin Mahler
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: