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

When a thread is interrupted waiting for a connection from the connection manager, maximum connections will be decremented. #4272

Closed
jmstephensgit opened this issue Jul 13, 2018 · 0 comments
Assignees
Labels
release bug This bug is present in a released version of Open Liberty release-18.0.0.3 team:Zombie Apocalypse

Comments

@jmstephensgit
Copy link
Member

jmstephensgit commented Jul 13, 2018

If waiting connection request threads are being interrupted due to too much load on the server, maximum connection can be decremented without removing a connection. The decremented total allows for more connections to be created beyond the maximum connections.

The fix in the pull request detects its been interrupted and the total connection count is not decremented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release bug This bug is present in a released version of Open Liberty release-18.0.0.3 team:Zombie Apocalypse
Projects
None yet
Development

No branches or pull requests

3 participants