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 62CC7F831 for ; Fri, 22 Mar 2013 16:29:42 +0000 (UTC) Received: (qmail 59588 invoked by uid 500); 22 Mar 2013 16:29:22 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 59515 invoked by uid 500); 22 Mar 2013 16:29:22 -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 59486 invoked by uid 99); 22 Mar 2013 16:29:22 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Mar 2013 16:29:22 +0000 Date: Fri, 22 Mar 2013 16:29:22 +0000 (UTC) From: "Commit Tag Bot (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (LUCENE-4456) IndexWriter makes unrefed files, and MockDir cannot detect it 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-4456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13610711#comment-13610711 ] Commit Tag Bot commented on LUCENE-4456: ---------------------------------------- [branch_4x commit] Michael McCandless http://svn.apache.org/viewvc?view=revision&revision=1393802 LUCENE-4456: backport to 4.x > IndexWriter makes unrefed files, and MockDir cannot detect it > ------------------------------------------------------------- > > Key: LUCENE-4456 > URL: https://issues.apache.org/jira/browse/LUCENE-4456 > Project: Lucene - Core > Issue Type: Bug > Reporter: Robert Muir > Assignee: Michael McCandless > Fix For: 4.0, 5.0 > > Attachments: LUCENE-4456_mdw_patch.txt, LUCENE-4456.patch, LUCENE-4456.patch > > > Because MockDir calls crash() before it checks for unreferenced files, deletes are no longer allowed. > this means the unreferenced files check is useless! -- 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