-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
MaxConcurrentConnections reached #75
Comments
Good idea. |
Does this work properly? If I hit refresh a fee times in the UI I reach the limit and it stays there |
Does this work properly? If I hit refresh a few times in the UI I reach the limit and it stays there |
@davidkarlsen Here's how I tested:
This sequence worked for me with master. If you've got a specific set of steps for me to try, I'm happy to try to replicate. |
Seems like I can refresh and it recovers on recent versions. Sorry for the noise. I'll be back if I can make it fail consistently. |
No problem - I'm always happy to have confirmation that a new feature is being used and whether it works as I expected. |
Closed due to inactivity |
I still encounter "MaxConcurrentConnections reached: 5" even though I am using Hystrix 1.4.12. It works in the beginning but when I load the Hystrix Dashboard and refresh the browser window 4 times, it stops working wit the above mentioned message. The setup is using Spring Boot with the @EnableHystrix annotation. |
I'm seeing similar issue as @draxly. com.netflix.hystrix:hystrix-metrics-event-stream:1.4.22 using Spring Boot @EnableCircuitBreaker curl 5x curl http://localhost/app/hystrix.stream on the 6th curl It doesn't seem to be releasing the connections when they are closed |
I just attempted to replicate this, but could not. Here's what I did (from tip-of-master):
Since this works, it looks to me like connections are getting cleaned up properly. Can you see if there's anything materially different in your setup from the experiment above? |
@mattrjacobs Thanks! I've managed to narrow the issue down to the web server now. |
@andrewe123 Have you found out what it is? I'm facing the same issue on our production servers (but not on our development servers) |
@matheus208 it appeared to be a WebSphere bug, we switched to Tomcat and couldn't reproduce the issue. |
It would be useful if the dashboard would report if the max number of connections is reached. Currently it just shows as "loading...", whereas the http request is responding with "MaxConcurrentConnections reached: 5"
Mitchell
The text was updated successfully, but these errors were encountered: