You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2016/01/26 14:30:39 UTC

[jira] [Updated] (IGNITE-2270) GridDhtTxLocalAdapter: is ConcurrentHashMap8 really needed there?

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

Vladimir Ozerov updated IGNITE-2270:
------------------------------------
    Assignee:     (was: Vladimir Ozerov)

> GridDhtTxLocalAdapter: is ConcurrentHashMap8 really needed there?
> -----------------------------------------------------------------
>
>                 Key: IGNITE-2270
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2270
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: cache
>    Affects Versions: ignite-1.4
>            Reporter: Vladimir Ozerov
>             Fix For: 1.6
>
>
> GridDhtTxLocalAdapter creates two CHM8: nearMap and dhtMap. 
> It looks like there is no real contention on these fields so they could be replaced with plain HashMap (possibly synchronized).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)