Return-Path: X-Original-To: apmail-jackrabbit-dev-archive@www.apache.org Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CC002DE02 for ; Mon, 16 Jul 2012 18:44:35 +0000 (UTC) Received: (qmail 20929 invoked by uid 500); 16 Jul 2012 18:44:35 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 20871 invoked by uid 500); 16 Jul 2012 18:44:35 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 20823 invoked by uid 99); 16 Jul 2012 18:44:35 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jul 2012 18:44:35 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 4261E14281C for ; Mon, 16 Jul 2012 18:44:35 +0000 (UTC) Date: Mon, 16 Jul 2012 18:44:35 +0000 (UTC) From: "Alex Parvulescu (JIRA)" To: dev@jackrabbit.apache.org Message-ID: <138652323.59567.1342464275274.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (JCR-3388) Phase out reference counting in jackrabbit index readers MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Alex Parvulescu created JCR-3388: ------------------------------------ Summary: Phase out reference counting in jackrabbit index readers Key: JCR-3388 URL: https://issues.apache.org/jira/browse/JCR-3388 Project: Jackrabbit Content Repository Issue Type: Improvement Reporter: Alex Parvulescu Following the Lucene upgrade to 3.6 (JCR-3242) it would be good to investigate if we can phase out the reference counting code from the RefCountingIndexReader [0] and CachingMultiIndexReader [0] and rely on similar code present in the Lucene code base [2]. [0] http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/RefCountingIndexReader.java?view=markup [1] http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/CachingMultiIndexReader.java?view=markup [2] http://svn.apache.org/viewvc/lucene/dev/tags/lucene_solr_3_6_0/lucene/core/src/java/org/apache/lucene/index/IndexReader.java?view=markup#l122 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira