You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Anton Vinogradov (JIRA)" <ji...@apache.org> on 2015/02/17 16:12:12 UTC

[jira] [Created] (IGNITE-290) Need to improve evictions not to use lookup to attributes map.

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)