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 EC49D182E9 for ; Sat, 8 Aug 2015 16:39:52 +0000 (UTC) Received: (qmail 8966 invoked by uid 500); 8 Aug 2015 16:39:46 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 8898 invoked by uid 500); 8 Aug 2015 16:39:45 -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 8888 invoked by uid 99); 8 Aug 2015 16:39:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Aug 2015 16:39:45 +0000 Date: Sat, 8 Aug 2015 16:39:45 +0000 (UTC) From: "Erick Erickson (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (SOLR-7836) Possible deadlock when closing refcounted index writers. 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-7836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-7836: --------------------------------- Attachment: SOLR-7836.patch Final patch I think. It: 1> tightens up a bit acquiring the index writer in the extracted methods. This is really a minor nit. 2> makes the test nightly. I'll commit this tonight/tomorrow, need to run it through precommit and the rest of the tests. > Possible deadlock when closing refcounted index writers. > -------------------------------------------------------- > > Key: SOLR-7836 > URL: https://issues.apache.org/jira/browse/SOLR-7836 > Project: Solr > Issue Type: Bug > Reporter: Erick Erickson > Assignee: Erick Erickson > Attachments: SOLR-7836.patch, SOLR-7836.patch, SOLR-7836.patch > > > Preliminary patch for what looks like a possible race condition between writerFree and pauseWriter in DefaultSorlCoreState. > Looking for comments and/or why I'm completely missing the boat. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org