Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-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 9906110B7C for ; Thu, 2 May 2013 17:06:16 +0000 (UTC) Received: (qmail 3618 invoked by uid 500); 2 May 2013 17:06:15 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 3499 invoked by uid 500); 2 May 2013 17:06:15 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 3488 invoked by uid 99); 2 May 2013 17:06:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 May 2013 17:06:15 +0000 Date: Thu, 2 May 2013 17:06:15 +0000 (UTC) From: "Commit Tag Bot (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (LUCENE-4967) Absorb NRTManager entirely into a separate reopen thread class 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/LUCENE-4967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13647705#comment-13647705 ] Commit Tag Bot commented on LUCENE-4967: ---------------------------------------- [branch_4x commit] mikemccand http://svn.apache.org/viewvc?view=revision&revision=1478446 LUCENE-4967: move NRTManager entirely into a reopen thread so it can interact with any ReferenceManager > Absorb NRTManager entirely into a separate reopen thread class > -------------------------------------------------------------- > > Key: LUCENE-4967 > URL: https://issues.apache.org/jira/browse/LUCENE-4967 > Project: Lucene - Core > Issue Type: Improvement > Reporter: Michael McCandless > Assignee: Michael McCandless > Fix For: 5.0, 4.4 > > Attachments: LUCENE-4967.patch > > > I think NRTManager can be drastically simplified by moving all of its > logic into a new reopen thread class. All logic for waiting for a > specific generation and reopening at different rates would live in > this class. > This would fully decouple the "wait for generation X to be visible" > from which particular ReferenceManager impl you're using, which would > make it possible to use the controlled consistency approach of > NRTManager with any managers (e.g. SearcherTaxonomyManager). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org