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.