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 9DF0DDA13 for ; Sat, 27 Oct 2012 16:53:13 +0000 (UTC) Received: (qmail 38958 invoked by uid 500); 27 Oct 2012 16:53:12 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 38915 invoked by uid 500); 27 Oct 2012 16:53: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 38895 invoked by uid 99); 27 Oct 2012 16:53:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Oct 2012 16:53:12 +0000 Date: Sat, 27 Oct 2012 16:53:11 +0000 (UTC) From: "Mark Miller (JIRA)" To: dev@lucene.apache.org Message-ID: <203980701.35370.1351356792037.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (SOLR-4001) In CachingDirectoryFactory#close, if there are still refs for a Directory outstanding, we need to wait for them to be released before closing. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Mark Miller created SOLR-4001: --------------------------------- Summary: In CachingDirectoryFactory#close, if there are still refs for a Directory outstanding, we need to wait for them to be released before closing. Key: SOLR-4001 URL: https://issues.apache.org/jira/browse/SOLR-4001 Project: Solr Issue Type: Bug Reporter: Mark Miller Assignee: Mark Miller Priority: Minor Spotted this in the replication handler test on windows. Replication especially can hold some resources out a little after core container shutdown is called. -- 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