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

Fix thread local leak #384

Merged
merged 1 commit into from
Aug 27, 2020
Merged

Fix thread local leak #384

merged 1 commit into from
Aug 27, 2020

Conversation

kenfinnigan
Copy link
Contributor

As the thread local was set and not cleaned up
threads end up with a reference to the lambda
used to supply the initial value. This can
result in a ClassLoader leak.

Signed-off-by: Stuart Douglas sdouglas@redhat.com

As the thread local was set and not cleaned up
threads end up with a reference to the lambda
used to supply the initial value. This can
result in a ClassLoader leak.

Signed-off-by: Stuart Douglas <sdouglas@redhat.com>
@kenfinnigan kenfinnigan merged commit e82e1d2 into smallrye:1.8.x Aug 27, 2020
@kenfinnigan kenfinnigan deleted the port-1.8 branch August 27, 2020 15:12
@radcortez radcortez added this to the 1.8.6 milestone Sep 7, 2020
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.

None yet

3 participants