You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Otavio Rodolfo Piske (Jira)" <ji...@apache.org> on 2023/06/27 16:01:00 UTC

[jira] [Updated] (CAMEL-19498) memory leak in MultiplePool

     [ https://issues.apache.org/jira/browse/CAMEL-19498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Otavio Rodolfo Piske updated CAMEL-19498:
-----------------------------------------
    Estimated Complexity: Moderate  (was: Unknown)

> 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
>            Priority: Major
>
> 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:camel@127.0.0.1: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)