-
Bug
-
Resolution: Done
-
Major
-
depchain-1.0.4
-
None
ThreadlocalPool internally uses an InfinitePool and the InfinitePool.discard() method doesn't remove the ctx from its LinkedList active field properly thus memory leaked when an exception is thrown from bean method.
Need to fix InfinitePool.discard() method.
- is incorporated by
-
JBPAPP-6624 ThreadlocalPool.discard() memory leak when exception thrown from bean method
- Closed