[jira] [Created] (IGNITE-7923) Rewrite IgfsPerBlockLruEvictionPolicy and get rid of ConcurrentLinkedDeque8 usage

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-7923) Rewrite IgfsPerBlockLruEvictionPolicy and get rid of ConcurrentLinkedDeque8 usage

Anton Vinogradov (Jira)
Andrey Gura created IGNITE-7923:
-----------------------------------

             Summary: Rewrite IgfsPerBlockLruEvictionPolicy and get rid of ConcurrentLinkedDeque8 usage
                 Key: IGNITE-7923
                 URL: https://issues.apache.org/jira/browse/IGNITE-7923
             Project: Ignite
          Issue Type: Improvement
            Reporter: Andrey Gura


{{IgfsPerBlockLruEvictionPolicy}} 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)