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

"swarm leave" leaks the GRPC connection #1274

Closed
aaronlehmann opened this issue Jul 30, 2016 · 1 comment
Closed

"swarm leave" leaks the GRPC connection #1274

aaronlehmann opened this issue Jul 30, 2016 · 1 comment

Comments

@aaronlehmann
Copy link
Collaborator

(*Node).runAgent uses grpc.Dial to create a GRPC connection. This connection does not appear to ever get closed.

Running swarm join and swarm leave in a loop creates a new connection each time. netstat shows a new ESTABLISHED connection between the agent and the manager every time these steps are repeated.

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

No branches or pull requests

1 participant