Anton Vinogradov created IGNITE-290:
---------------------------------------
Summary: Need to improve evictions not to use lookup to attributes
map.
Key: IGNITE-290
URL: https://issues.apache.org/jira/browse/IGNITE-290
Project: Ignite
Issue Type: Task
Reporter: Anton Vinogradov
Assignee: Anton Vinogradov
Need to replace attributes map with object holding reference for evictions and
attributes map itself.
Comment from Yakov:
pls talk to Dima
I see the following optimization here -
org.apache.ignite.internal.processors.cache.GridCacheEntryEx#removeMeta(java.lang.String,
V) and other META-related methods should accept Object as key. EvictableEntry
should have META_KEY = UUID.randomUUID() this will be much faster from equals()
standpoint.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)