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

Add statistics about ByteBufferPool.acquire() calls made for which there is no bucket #12689

Open
lorban opened this issue Jan 9, 2025 · 0 comments · May be fixed by #12692
Open

Add statistics about ByteBufferPool.acquire() calls made for which there is no bucket #12689

lorban opened this issue Jan 9, 2025 · 0 comments · May be fixed by #12692
Assignees
Labels
Enhancement Sponsored This issue affects a user with a commercial support agreement

Comments

@lorban
Copy link
Contributor

lorban commented Jan 9, 2025

Jetty version(s)
12.0.x

Enhancement Description
Such acquisitions are served by allocating a buffer on the spot that will never be pooled, so it's rather important to track them to make sure the GC is not overwhelmed by those byte buffers.

@lorban lorban added Enhancement Sponsored This issue affects a user with a commercial support agreement labels Jan 9, 2025
@lorban lorban self-assigned this Jan 9, 2025
@lorban lorban moved this to 🏗 In progress in Jetty 12.0.17 Jan 9, 2025
lorban added a commit that referenced this issue Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Sponsored This issue affects a user with a commercial support agreement
Projects
Status: 🏗 In progress
Development

Successfully merging a pull request may close this issue.

1 participant