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 2020/05/29 11:50:00 UTC

[jira] [Assigned] (CXF-8290) Don't lock by default in org.apache.cxf.jaxrs.model.AbstractResourceInfo#getProxyMap

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

Colm O hEigeartaigh reassigned CXF-8290:
----------------------------------------

    Assignee: Colm O hEigeartaigh

> Don't lock by default in org.apache.cxf.jaxrs.model.AbstractResourceInfo#getProxyMap
> ------------------------------------------------------------------------------------
>
>                 Key: CXF-8290
>                 URL: https://issues.apache.org/jira/browse/CXF-8290
>             Project: CXF
>          Issue Type: Task
>            Reporter: Romain Manni-Bucau
>            Assignee: Colm O hEigeartaigh
>            Priority: Major
>             Fix For: 3.4.0, 3.3.7
>
>
> Would be good to synchronize only if the map should be created otherwise it creates a bottleneck on resources for no real reasons.
>  
> A trivial option can be to test if properties are a concurrent hashmap and if so use concurrent map API (computeIfAbsent for example).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)