You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "https://github.com/apache/camel.git (Jira)" <ji...@apache.org> on 2023/06/24 08:53:00 UTC

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

https://github.com/apache/camel.git created CAMEL-19498:
-----------------------------------------------------------

             Summary: 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


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)