[
https://issues.apache.org/jira/browse/IGNITE-2948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15232000#comment-15232000
]
Ilya Lantukh commented on IGNITE-2948:
--------------------------------------
Additional optimizations:
1. Added partition ID to KeyCacheObject interface, so it can be calculated only
once and transferred between nodes.
2. GridCachePartitionTopologyImpl - replaced internal CHM8 for local partitions
with array + RW lock.
Many tests failed or hanged up, investigating it now.
> Optimize usage of GridCacheConcurrentMap
> ----------------------------------------
>
> Key: IGNITE-2948
> URL: https://issues.apache.org/jira/browse/IGNITE-2948
> Project: Ignite
> Issue Type: Improvement
> Components: cache
> Reporter: Ilya Lantukh
> Assignee: Ilya Lantukh
>
> 1. Eliminate cases where an entry is stored in multiple maps.
> 2. Change GridCacheConcurrentMap implementation to be based on internal
> ConcurrentMap.
> 3. Remove redundant and obsolete code related to map usage.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)