[
https://issues.apache.org/jira/browse/CAMEL-19498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen updated CAMEL-19498:
--------------------------------
Summary: camel-core / camel-ftp - memory leak in MultiplePool when using
pollEnrich EIP (was: memory leak in MultiplePool)
> camel-core / camel-ftp - memory leak in MultiplePool when using pollEnrich EIP
> ------------------------------------------------------------------------------
>
> 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
> Fix For: 3.14.10, 3.20.7, 3.21.1, 3.22.0, 4.0.0
>
>
> 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)