Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
eventadmin-1.4.0
-
None
Description
Currently the AsyncDeliverTasks has a Map that tracks running threads (essentially a ThreadLocal like implementation). As new threads post async events this list will continue to grow and is never cleared out. Over time this will create a slow memory leak.