Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tcp_bridge.py fails to bind to port on tcollector restart when old instance is still running #360

Open
agaffney opened this issue Jan 24, 2017 · 0 comments
Labels

Comments

@agaffney
Copy link

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
@johann8384 johann8384 added the bug label Jan 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants