You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Resolved) (JIRA)" <ji...@apache.org> on 2012/03/08 17:08:00 UTC

[jira] [Resolved] (CAMEL-5067) Inflight registry - Change endpoint based to consumer based and avoid synchronized access

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

Claus Ibsen resolved CAMEL-5067.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.9.2
    
> Inflight registry - Change endpoint based to consumer based and avoid synchronized access
> -----------------------------------------------------------------------------------------
>
>                 Key: CAMEL-5067
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5067
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.10.0, 2.9.2
>
>
> The CAMEL-5058 identified a leak when using producer template to send to many unique endpoints. The reason is the UoW add/remove itself from the inflight registry.
> What we need to do is to make the inflight registry add/remove seperated into two
> - from UoW as of today, to track totals
> - from route consumer to tracker per route based
> Then we can avoid synchronized access to the endpoint counter as we do with the fix from CAMEL-5058.
> The requires a little API change in InflightRegistry. Which we may or may not consider backporting to 2.9.x

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira