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

Add destroy() method to MetricsServlet #127

Closed
ogafosir opened this issue Mar 13, 2013 · 1 comment
Closed

Add destroy() method to MetricsServlet #127

ogafosir opened this issue Mar 13, 2013 · 1 comment

Comments

@ogafosir
Copy link

The MetricsServlet keeps connections open, as it never closes the response. This cause problems in some containers as they are having problems taking the Servlet out of service. This may eventually take so much time, that operating the restart button form within the console no longer function properly.

This may be solved by adding a destroy method as discussed here:

See: https://groups.google.com/forum/?fromgroups=#!topic/hystrixoss/5exghYCppG0

Will submit a pull request eventually...

@benjchristensen
Copy link
Contributor

This is released in 1.2.13

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