governator icon indicating copy to clipboard operation
governator copied to clipboard

Memory leak on undeployment

Open ianomad opened this issue 8 years ago • 0 comments

I am having this issue on undeployment:

2015-09-21 13:46:40.651 [localhost-startStop-2] [] ERROR o.a.c.loader.WebappClassLoader - The web application [] appears to have started a thread named [ForkJoinPool-2-worker-1] but has failed to stop it. This is very likely to create a memory leak.

I have look the the LifecycleManager which uses WarmUpSession, and it seems like WarmUpSession never shuts the pool down.

Can you fix it? Or is it fixed in new versions?

ianomad avatar Sep 21 '15 20:09 ianomad