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

shutdown and memory leaks #9

Open
Zabrimus opened this issue Oct 10, 2018 · 0 comments
Open

shutdown and memory leaks #9

Zabrimus opened this issue Oct 10, 2018 · 0 comments

Comments

@Zabrimus
Copy link
Owner

A valid shutdown of tomcat throws this message:
org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks
The web application [jonglisto-ng] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@bd2d499]) and a value of type [io.netty.util.internal.InternalThreadLocalMap] (value [io.netty.util.internal.InternalThreadLocalMap@2b2309cb])
but failed to remove it when the web application was stopped.
Threads are going to be renewed over time to try and avoid a probable memory leak.

It's necessary to try to find a solution to properly cleanup the netty InternalThreadLocalMap.

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

No branches or pull requests

1 participant