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 UDP Graphite on SIGTERM #4016

Merged
merged 2 commits into from
Sep 5, 2015
Merged

Shutdown UDP Graphite on SIGTERM #4016

merged 2 commits into from
Sep 5, 2015

Conversation

otoolep
Copy link
Contributor

@otoolep otoolep commented Sep 5, 2015

Service.Close() had no way of closing the UDP Conn. This change makes the UDP conn an attribute of the server, so Close() can access it. Before this change if Graphite UDP was enabled, the process would hang in response to SIGTERM, and required SIGKILL.

Service.Close() had no way of closing the UDP Conn. This change makes
the UDP an attribute of the server, so Close() can access it.
@otoolep
Copy link
Contributor Author

otoolep commented Sep 5, 2015

@jwilder @corylanou

@otoolep otoolep added this to the 0.9.4 milestone Sep 5, 2015
@otoolep otoolep self-assigned this Sep 5, 2015
@jwilder
Copy link
Contributor

jwilder commented Sep 5, 2015

👍

otoolep added a commit that referenced this pull request Sep 5, 2015
@otoolep otoolep merged commit f0f254a into master Sep 5, 2015
@otoolep otoolep deleted the graphite_shutdown branch September 5, 2015 15:49
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