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

Bump jetty to v9.4.12 #2811

Merged
merged 2 commits into from
Oct 22, 2018
Merged

Bump jetty to v9.4.12 #2811

merged 2 commits into from
Oct 22, 2018

Conversation

ivankelly
Copy link
Contributor

The recent proxy changes (#2801) tickled some issues in jetty's 9.3
series, where clients can hang if running on machines with a lot of
cores. This causes some tests to fail CI, while being impossible to
repro locally (unless you have a 24 core machine lying around).

Jetty reworked a lot of their selector code in 9.4, which appears to
make the issue go away.

The recent proxy changes (apache#2801) tickled some issues in jetty's 9.3
series, where clients can hang if running on machines with a lot of
cores. This causes some tests to fail CI, while being impossible to
repro locally (unless you have a 24 core machine lying around).

Jetty reworked a lot of their selector code in 9.4, which appears to
make the issue go away.
@ivankelly ivankelly added type/enhancement The enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages area/proxy labels Oct 19, 2018
@ivankelly ivankelly self-assigned this Oct 19, 2018
Copy link
Contributor

@merlimat merlimat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@ivankelly
Copy link
Contributor Author

Hmm, seems bumping the version isn't enough. Will look into the failures.

Because 9.4 doesn't like it at all
@ivankelly
Copy link
Contributor Author

rerun integration tests

@merlimat merlimat added this to the 2.3.0 milestone Oct 21, 2018
@ivankelly ivankelly merged commit b73a967 into apache:master Oct 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/proxy type/enhancement The enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants