Jerry Cwiklik created UIMA-3718:
-----------------------------------
Summary: DUCC Agent accumulates Camel Routes Leading to OOM
Key: UIMA-3718
URL: https://issues.apache.org/jira/browse/UIMA-3718
Project: UIMA
Issue Type: Bug
Components: DUCC
Affects Versions: 1.0-Ducc
Reporter: Jerry Cwiklik
Assignee: Jerry Cwiklik
When an agent launches a new process it creates a Camel route to collect stats
(memory usage, cpu, etc). The route is added to the Camel context where it
remains for the lifetime of the agent. When the process is stopped, the agent
only stops the route but never removes it from the Camel context. Over time
these routes accumulate and eventually cause Agent OOM.
When the process is stopped the agent should remove associated route from Camel
context.
--
This message was sent by Atlassian JIRA
(v6.2#6252)