You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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...
The text was updated successfully, but these errors were encountered: