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

dev-mode Classloader leak via Vert.x internal worker pool #18943

Closed
Sanne opened this issue Jul 22, 2021 · 0 comments · Fixed by #18944
Closed

dev-mode Classloader leak via Vert.x internal worker pool #18943

Sanne opened this issue Jul 22, 2021 · 0 comments · Fixed by #18944
Assignees
Labels
kind/bug Something isn't working
Milestone

Comments

@Sanne
Copy link
Member

Sanne commented Jul 22, 2021

Describe the bug

This is similar to #18911, but it turns out Vert.x has an additional internal pool which is keeping hold of previous classloaders: these threads are lazily started (so easy to miss in a simple app) and follow the naming scheme vertx-internal-blocking- N

Expected behavior

We should reset these as well.

@Sanne Sanne added the kind/bug Something isn't working label Jul 22, 2021
@Sanne Sanne self-assigned this Jul 22, 2021
@quarkus-bot quarkus-bot bot added this to the 2.2 - main milestone Jul 23, 2021
@gsmet gsmet modified the milestones: 2.2 - main, 2.1.1.Final Aug 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants