Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-19498

camel-core / camel-ftp - memory leak in MultiplePool when using pollEnrich EIP

    XMLWordPrintableJSON

Details

    • Moderate

    Description

      MultiplePool does not free memory of field org.apache.camel.support.cache.ServicePool.pool

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

      Attachments

        Issue Links

          Activity

            People

              davsclaus Claus Ibsen
              zhangjd https://github.com/apache/camel.git
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: