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

storage: Goroutine leaks in raft transport #6007

Closed
bdarnell opened this issue Apr 12, 2016 · 0 comments
Closed

storage: Goroutine leaks in raft transport #6007

bdarnell opened this issue Apr 12, 2016 · 0 comments
Assignees

Comments

@bdarnell
Copy link
Contributor

The additional client streams created for snapshot messages in the raft transport are never closed unless the transport becomes completely idle. In #5970, we saw 19440 server-side goroutines in node 2, and the corresponding client-side goroutines on node 0 (15499) and node 3 (3961).

node0.stacks.txt
node1.stacks.txt
node2.stacks.txt
node3.stacks.txt
node4.stacks.txt

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

No branches or pull requests

2 participants