Details
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
- is related to
-
MESOS-10017 Log all reverse DNS lookup failures in 'legacy' TLS (SSL) hostname validation scheme.
- Resolved
-
MESOS-9773 Log the peer address during SSL handshake failure.
- Accepted
- supercedes
-
MESOS-1661 socket errors should show IP address
- Resolved