[
https://issues.apache.org/jira/browse/CAMEL-14432?focusedWorklogId=376706&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-376706
]
ASF GitHub Bot logged work on CAMEL-14432:
------------------------------------------
Author: ASF GitHub Bot
Created on: 24/Jan/20 05:03
Start Date: 24/Jan/20 05:03
Worklog Time Spent: 10m
Work Description: davsclaus commented on pull request #3510: CAMEL-14432:
Memory leak when toD is used with cacheSize < 0
URL: https://github.com/apache/camel/pull/3510
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 376706)
Time Spent: 20m (was: 10m)
> camel-salesforce - Memory leak when toD is used with cacheSize < 0 in Camel
> 2.x
> --------------------------------------------------------------------------------
>
> Key: CAMEL-14432
> URL: https://issues.apache.org/jira/browse/CAMEL-14432
> Project: Camel
> Issue Type: Bug
> Components: came-core
> Affects Versions: 2.24.3
> Reporter: Luigi De Masi
> Assignee: Luigi De Masi
> Priority: Major
> Fix For: 2.25.1
>
> Attachments: camel-salesforce-upstream.zip
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Only Camel 2.X is affected by this issue.
> When toD EIP is used and producer cache is disabled, producers' stop method
> is not invoked after the exchange is sent. This could lead to a memory leak
> for some components.
> To reproduce this issue, configure the salesforce credentials in
> application.properties and start the camel route of the attached reproducer.
> run the following commad:
> {{PID=$(ps aux | grep CamelSalesforceExample | grep -v grep | awk '\{print
> $2}'); jcmd ${PID} GC.run; jmap -histo ${PID} | grep DefaultRest}}
>
> The route invokes the producer endpoint 5 times, 5 DefaultRestClient objects
> are still remained in the heap
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)