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/03/10 16:00:52 UTC

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

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

Anton Vinogradov resolved IGNITE-290.
-------------------------------------
    Resolution: Fixed

> 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)