-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
ArithmeticException "/ by zero" from jetty-util pool #5731
Comments
This can happen when the pool is in the middle of acquiring a connection while another thread removes the last one from the pool. The fix is to simply add a |
Any chance this can get backported to 9.4.x? |
@marcphilipp the Pool on 9.4.35.v20201120 (which is in maintenance mode) is not the same as the Pool on 10.0.0 (active development branch). If you are having an issue, please open a new issue, with the details you are experiencing. |
Thanks for the reply! It looked so similar that I apparently didn't look closely enough. I've now raised #5819 for 9.4.x. |
Jetty version
10.0.x
Description
Was working on some WebSocket test and got this error from the
ConnectionPool
The text was updated successfully, but these errors were encountered: