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 51C60DD02 for ; Fri, 15 Feb 2013 18:57:16 +0000 (UTC) Received: (qmail 84794 invoked by uid 500); 15 Feb 2013 18:57:12 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 84694 invoked by uid 500); 15 Feb 2013 18:57: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 84409 invoked by uid 99); 15 Feb 2013 18:57:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Feb 2013 18:57:12 +0000 Date: Fri, 15 Feb 2013 18:57:12 +0000 (UTC) From: "Mark Miller (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (SOLR-4463) SolrCoreState ref counting is off for SolrCore reloads. 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-4463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-4463. ------------------------------- Resolution: Fixed > SolrCoreState ref counting is off for SolrCore reloads. > ------------------------------------------------------- > > Key: SOLR-4463 > URL: https://issues.apache.org/jira/browse/SOLR-4463 > Project: Solr > Issue Type: Bug > Reporter: Mark Miller > Assignee: Mark Miller > Priority: Critical > Fix For: 4.2, 5.0 > > Attachments: SOLR-4463.patch > > > Seems to work sometimes, perhaps because of races, but when we moved this ref counting to the SolrCore to work around some other issues, the ref counting across reloads was messed up since the ref count is tracked on the SolrCore. -- 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