Paul Thevenot created ARIES-1603:
------------------------------------
Summary: Aries async classloader leak
Key: ARIES-1603
URL: https://issues.apache.org/jira/browse/ARIES-1603
Project: Aries
Issue Type: Bug
Affects Versions: async-1.0.2
Reporter: Paul Thevenot
Using the async service with repeated tasks during one hour leads to an out of
memory. It's due to the very large amount of class loaded (in 10 min we get
20000 classes loaded). The metaspace is growing indefinitely.
It seems to come from the privMediate method of the AsyncService where the
classloader of the target service is cloned.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)