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

Agent stuck ESTAB socket with no LISTEN on port used by forwarder #19

Open
ashangit opened this issue Nov 13, 2018 · 0 comments
Open

Agent stuck ESTAB socket with no LISTEN on port used by forwarder #19

ashangit opened this issue Nov 13, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@ashangit
Copy link
Contributor

We observe issue restarting forwarder due to localhost:33000 socket being already used.
Looking at the server there is in fact an ESTABLISHED socket from a container with no LISTEN socket that blocks restart of forwarder.

> ss -np|grep 33000|grep ESTA

Netid  State      Recv-Q Send-Q Local Address:Port           Peer Address:Port    
tcp    ESTAB      956002 2604984 127.0.0.1:33000              127.0.0.1:33000               users:(("java",pid=46695,fd=28542))  

Could be linked to #17 but no real insight to prove this so far

@ashangit ashangit added the bug Something isn't working label Nov 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant