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

endless waits on socket when process has died #52

Open
faramirza opened this issue Jul 29, 2014 · 1 comment
Open

endless waits on socket when process has died #52

faramirza opened this issue Jul 29, 2014 · 1 comment

Comments

@faramirza
Copy link

4949 stays in a listening state if munin-node dies under certain scenarios.

This does not happen often but when it does I need to restart the server running the node to get Munin-node to listen on 4949 correctly again.

Findings:
netstat -nao
TCP 0.0.0.0:4949 0.0.0.0:0 LISTENING 6000

taskkill /PID 6000 /F
ERROR: The process "6000" not found.

Possible solution to avoid endless waits on the socket:
http://msdn.microsoft.com/en-us/library/ms740476%28VS.85%29.aspx

@Strykar
Copy link

Strykar commented Oct 17, 2015

Really late but.. what state is the TCP connection in? Can you take a wireshark/netmon trace on the machine running munin-node at the time the issue occurs and share it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants