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 279B6E78B for ; Sun, 17 Feb 2013 21:41:14 +0000 (UTC) Received: (qmail 71136 invoked by uid 500); 17 Feb 2013 21:41:12 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 71061 invoked by uid 500); 17 Feb 2013 21:41:12 -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 71054 invoked by uid 99); 17 Feb 2013 21:41:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Feb 2013 21:41:12 +0000 Date: Sun, 17 Feb 2013 21:41:12 +0000 (UTC) From: "Mark Miller (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SOLR-4417) Look into reopening the IndexWriter on core reload. 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-4417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13580291#comment-13580291 ] Mark Miller commented on SOLR-4417: ----------------------------------- Let's see how this bakes. > Look into reopening the IndexWriter on core reload. > --------------------------------------------------- > > Key: SOLR-4417 > URL: https://issues.apache.org/jira/browse/SOLR-4417 > Project: Solr > Issue Type: Improvement > Affects Versions: 4.1 > Reporter: Mark Miller > Assignee: Mark Miller > Fix For: 4.2, 5.0 > > Attachments: SOLR-4417.patch, SOLR-4417.patch > > > This is largely for SOLR-3843, but other smaller reasons as well. > I thought things had gotten to the point where this would be easy - but it's not so easy because of our real time get support over core reloads it looks. > That needs to use the old writer - it opens the first searcher after the reload with the old writer - if we then reopen the writer we close that - and a further reopen of the searcher ends up failing due to a closed writer. -- 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