You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Vinod Kone (JIRA)" <ji...@apache.org> on 2018/02/01 19:41:02 UTC

[jira] [Updated] (MESOS-8513) Noisy "transport endpoint is not connected" logs on closing sockets.

     [ https://issues.apache.org/jira/browse/MESOS-8513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinod Kone updated MESOS-8513:
------------------------------
    Sprint: Mesosphere Sprint 73, Mesosphere Sprint 74  (was: Mesosphere Sprint 73)

> Noisy "transport endpoint is not connected" logs on closing sockets.
> --------------------------------------------------------------------
>
>                 Key: MESOS-8513
>                 URL: https://issues.apache.org/jira/browse/MESOS-8513
>             Project: Mesos
>          Issue Type: Bug
>    Affects Versions: 1.4.1, 1.5.0, 1.6.0
>            Reporter: Till Toenshoff
>            Assignee: Till Toenshoff
>            Priority: Minor
>              Labels: libprocess, logging, socket
>
> 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.
> {noformat}
> E1214 08:15:18.017247 20752 process.cpp:2401] Failed to shutdown socket with fd 288: Transport endpoint is not connected
> {noformat}
> We should try to prevent this specific, non actionable logging entirely while making sure we do not hinder debugging scenarios.



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