[
https://issues.apache.org/jira/browse/CAMEL-19498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen reassigned CAMEL-19498:
-----------------------------------
Assignee: Claus Ibsen
> memory leak in MultiplePool
> ---------------------------
>
> Key: CAMEL-19498
> URL: https://issues.apache.org/jira/browse/CAMEL-19498
> Project: Camel
> Issue Type: Bug
> Components: came-core
> Affects Versions: 3.14.0
> Reporter: https://github.com/apache/camel.git
> Assignee: Claus Ibsen
> Priority: Major
> Labels: help-wanted
>
> MultiplePool does not free memory of field
> org.apache.camel.support.cache.ServicePool.pool
> {code:java}
> <route>
> <from uri="timer://foo?fixedRate=true&period=100"/>
> <pollEnrich cacheSize="10" timeout="0">
>
> <simple>sftp:[email protected]:22/data?password=camel&allowNullBody=true&fileName=data-${exchangeProperty.CamelTimerCounter}.csv&preferredAuthentications=password,publickey&useUserKnownHostsFile=false</simple>
> </pollEnrich>
> <log message="poll file data-${exchangeProperty.CamelTimerCounter}.csv"/>
> </route> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)