Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@minotaur.apache.org Received: (qmail 31679 invoked from network); 15 Dec 2009 10:19:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Dec 2009 10:19:41 -0000 Received: (qmail 25231 invoked by uid 500); 15 Dec 2009 10:19:40 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 25146 invoked by uid 500); 15 Dec 2009 10:19:40 -0000 Mailing-List: contact solr-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-dev@lucene.apache.org Received: (qmail 25136 invoked by uid 99); 15 Dec 2009 10:19:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Dec 2009 10:19:40 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Dec 2009 10:19:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 44447234C4BE for ; Tue, 15 Dec 2009 02:19:18 -0800 (PST) Message-ID: <335501998.1260872358278.JavaMail.jira@brutus> Date: Tue, 15 Dec 2009 10:19:18 +0000 (UTC) From: "Shalin Shekhar Mangar (JIRA)" To: solr-dev@lucene.apache.org Subject: [jira] Issue Comment Edited: (SOLR-1006) ConcurrentLRUCache API improvements In-Reply-To: <410146334.1233810719535.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12790644#action_12790644 ] Shalin Shekhar Mangar edited comment on SOLR-1006 at 12/15/09 10:18 AM: ------------------------------------------------------------------------ I don't have a use-case for this anymore. Let us close this issue. was (Author: shalinmangar): I don't have a a use-case for this anymore. Let us close this issue. > ConcurrentLRUCache API improvements > ----------------------------------- > > Key: SOLR-1006 > URL: https://issues.apache.org/jira/browse/SOLR-1006 > Project: Solr > Issue Type: Improvement > Reporter: Noble Paul > Assignee: Shalin Shekhar Mangar > Priority: Minor > Fix For: 1.4 > > Attachments: SOLR-1006.patch, SOLR-1006.patch > > > This is to make ConcurrentLRUCache more consistent with LinkedHashMap behavior > # remove must not call evictionListener.evictedEntry() > # -EvictionListener must be able prevent eviction of an element by returning a false.- > # Add a new method Map getOldestItems(long n) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.