You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org> on 2018/10/30 10:06:06 UTC

[jira] [Closed] (CXF-7882) FailoverTargetSelector uses the Exchange as the key in the inProgress map

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

Colm O hEigeartaigh closed CXF-7882.
------------------------------------

> FailoverTargetSelector uses the Exchange as the key in the inProgress map
> -------------------------------------------------------------------------
>
>                 Key: CXF-7882
>                 URL: https://issues.apache.org/jira/browse/CXF-7882
>             Project: CXF
>          Issue Type: Task
>            Reporter: Colm O hEigeartaigh
>            Assignee: Colm O hEigeartaigh
>            Priority: Major
>             Fix For: 3.2.7
>
>
> The FailoverTargetSelector uses the Exchange as the key in the inProgress map. However this is unnecessary as we can instead just use the System.identityHashCode of the exchange instead as the key, meaning that we are only using a String as the key in the map instead of the entire exchange.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)