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 2015/12/25 09:51:49 UTC

[jira] [Created] (IGNITE-2270) GridDhtTxLocalAdapter: isConcurrentHashMap8 really needed there?

Vladimir Ozerov created IGNITE-2270:
---------------------------------------

             Summary: GridDhtTxLocalAdapter: isConcurrentHashMap8 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
            Assignee: 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)