Andrey Gura created IGNITE-7922: ----------------------------------- Summary: 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
{{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. -- This message was sent by Atlassian JIRA (v7.6.3#76005)