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

Shutdown Graphite listener first during Close() #3640

Merged
merged 2 commits into from
Aug 12, 2015
Merged

Conversation

otoolep
Copy link
Contributor

@otoolep otoolep commented Aug 12, 2015

InfluxDB did not shut down in response to CNTRL-C when Graphite was enabled.

Without this change the WaitGroup was not fully decremented as the Accept() call on the listener never exited, and then Wait() never returned.

@jwilder
Copy link
Contributor

jwilder commented Aug 12, 2015

👍

Without this the WaitGroup was not fully decremented as the Accept()
call on the listener never exited, and Wait() then never exited.
@otoolep
Copy link
Contributor Author

otoolep commented Aug 12, 2015

Thanks @jwilder

otoolep added a commit that referenced this pull request Aug 12, 2015
Shutdown Graphite listener first during Close()
@otoolep otoolep merged commit 9b964f9 into master Aug 12, 2015
@otoolep otoolep deleted the graphite_hang branch August 12, 2015 19:58
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

Successfully merging this pull request may close these issues.

None yet

2 participants