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

Upgdate to Jetty 9.4.55.v20240627 #89

Merged
merged 2 commits into from
Jul 31, 2024

Conversation

NikhilCollooru
Copy link

Presto coordinator is utilizing a lot of CPU when deployed on hardware with a lot of cpu. When we took a cpu profile, we identified that MappedByteBufferPool/ConcurrentLinkedDeque operations are a major contributor.

@arhimondr identified that is a issue with ByteBufferPool implementation in Jetty.
jetty/jetty.project#6379

This is fixed in Jetty 9.4.55 version.

@NikhilCollooru NikhilCollooru requested a review from a team as a code owner July 30, 2024 21:57
@NikhilCollooru NikhilCollooru force-pushed the jettyBump branch 2 times, most recently from eda61f1 to a69486f Compare July 30, 2024 22:50
Messages are not in HTTP/2 and are poorly supported in servlets.
@NikhilCollooru NikhilCollooru changed the title Upgrade Jetty to 9.4.55 Upgdate to Jetty 9.4.55.v20240627 Jul 30, 2024
@NikhilCollooru NikhilCollooru merged commit 2a57170 into prestodb:master Jul 31, 2024
3 checks passed
@NikhilCollooru NikhilCollooru deleted the jettyBump branch July 31, 2024 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants