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