[ 
https://issues.apache.org/jira/browse/CAMEL-19498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17751372#comment-17751372
 ] 

Claus Ibsen commented on CAMEL-19498:
-------------------------------------

This is only for camel-ftp that is non singleton producer/consumers

> 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
>             Fix For: 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&amp;period=100"/>
>     <pollEnrich cacheSize="10" timeout="0">
>         
> <simple>sftp:[email protected]:22/data?password=camel&amp;allowNullBody=true&amp;fileName=data-${exchangeProperty.CamelTimerCounter}.csv&amp;preferredAuthentications=password,publickey&amp;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)

Reply via email to