You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Gura (JIRA)" <ji...@apache.org> on 2018/03/12 18:33:00 UTC

[jira] [Updated] (IGNITE-7922) Rewrite LruEvictionPolicy and get rid of ConcurrentLinkedDeque8 usages

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

Andrey Gura updated IGNITE-7922:
--------------------------------
    Description: 
{{LruEvictionPolicy}} should be rewritten without outdated {{ConcurrentLinkedDeque8}}.

At present we can't just remove usages of {{ConcurrentLinkedDeque8}} due to usages of  {{unlinkx}} and {{offerLastx}} methods.

Use {{FastSizeDeque}} wrapper in order to get rid of {{sizex}} calls.

  was:
{{LruEvictionPolicy}} should be rewritten without outdated {{ConcurrentLinkedDeque8}}.

At present we can't just remove usages of {{ConcurrentLinkedDeque8}} due to usages of  {{unlinkx}} and {{offerLastx}} methods.


> Rewrite LruEvictionPolicy and get rid of ConcurrentLinkedDeque8 usages
> ----------------------------------------------------------------------
>
>                 Key: IGNITE-7922
>                 URL: https://issues.apache.org/jira/browse/IGNITE-7922
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Andrey Gura
>            Priority: Major
>
> {{LruEvictionPolicy}} should be rewritten without outdated {{ConcurrentLinkedDeque8}}.
> At present we can't just remove usages of {{ConcurrentLinkedDeque8}} due to usages of  {{unlinkx}} and {{offerLastx}} methods.
> Use {{FastSizeDeque}} wrapper in order to get rid of {{sizex}} calls.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)