-
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
Review RoundRobinConnectionPool #5217
Comments
sbordet
added a commit
that referenced
this issue
Sep 1, 2020
Introduced IndexedConnectionPool and RandomConnectionPool. Clarified semantic of RoundRobinConnectionPool. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet
added a commit
that referenced
this issue
Sep 1, 2020
Updates after review. Fixed broken tests. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Repoen for #5218 |
PR #5218 merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jetty version
9.4.x
Description
With the work of #4975 and #5147
RoundRobinConnectionPool
has received some attention, but could be improved.Add javadocs and describe the peculiar behavior of round robin in detail.
Make tests less likely to fail.
The text was updated successfully, but these errors were encountered: