You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2018/10/21 23:44:00 UTC

[jira] [Created] (MESOS-9340) Log all socket errors in libprocess.

Benjamin Mahler created MESOS-9340:
--------------------------------------

             Summary: Log all socket errors in libprocess.
                 Key: MESOS-9340
                 URL: https://issues.apache.org/jira/browse/MESOS-9340
             Project: Mesos
          Issue Type: Improvement
          Components: libprocess
            Reporter: Benjamin Mahler


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)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)