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

Vladimir Ozerov resolved IGNITE-2580.
-------------------------------------
       Resolution: Won't Fix
    Fix Version/s:     (was: 2.3)

No longer relevant.

> Investigate HashMap.Node[] allocations from 
> GridDhtTxPrepareFuture.readyLocks(Iterable)
> ---------------------------------------------------------------------------------------
>
>                 Key: IGNITE-2580
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2580
>             Project: Ignite
>          Issue Type: Task
>          Components: cache
>    Affects Versions: 1.5.0.final
>            Reporter: Vladimir Ozerov
>            Priority: Minor
>              Labels: performance
>
> *Problem*
> GridDhtTxPrepareFuture is initialized with empty HashSet by default. When 
> single lock is ready HashSet.add() is called causing immediate expansion of 
> underlying HashMap table.
> *Solution*
> Do we really need fully-fledged hash set immediately? Probably we can 
> optimize for single-lock case so that HashSet is not needed at all.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to