[
https://issues.apache.org/jira/browse/SOLR-1572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yonik Seeley resolved SOLR-1572.
--------------------------------
Resolution: Fixed
committed, along with a minor optimization to remove an additional read of size
(an AtomicInteger) during put()
> FastLRUCache doesn't correctly implement LRU after 2B accesses
> --------------------------------------------------------------
>
> Key: SOLR-1572
> URL: https://issues.apache.org/jira/browse/SOLR-1572
> Project: Solr
> Issue Type: Bug
> Affects Versions: 1.4
> Reporter: Yonik Seeley
> Assignee: Yonik Seeley
> Fix For: 1.5
>
>
> FastLRUCache doesn't correctly implement LRU after 2B accesses due to
> Integer.MAX_VALUE being used internally instead of Long.MAX_VALUE
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.