You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When restarting tcollector, the old tcp_bridge.py instance can sometimes take longer than expected to die. When the new tcollector instance tries to start up a new tcp_bridge.py instance, it fails to bind to the port and exits, causing tcollector to mark it as dead.
2016-11-02 11:15:09,192 tcollector[15275] WARNING: tcp_bridge.py: could not open socket: [Errno 98] Address already in use
...
2016-11-02 11:15:23,250 tcollector[15275] WARNING: collector tcp_bridge.py terminated after 15 seconds with status code 1, marking dead
The text was updated successfully, but these errors were encountered:
When restarting tcollector, the old
tcp_bridge.py
instance can sometimes take longer than expected to die. When the new tcollector instance tries to start up a newtcp_bridge.py
instance, it fails to bind to the port and exits, causing tcollector to mark it as dead.The text was updated successfully, but these errors were encountered: