Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 13358 invoked from network); 28 Oct 2006 00:10:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Oct 2006 00:10:27 -0000 Received: (qmail 28794 invoked by uid 500); 28 Oct 2006 00:10:34 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 28758 invoked by uid 500); 28 Oct 2006 00:10:34 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 28747 invoked by uid 99); 28 Oct 2006 00:10:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Oct 2006 17:10:34 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Oct 2006 17:10:20 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9BF4D7142D1 for ; Fri, 27 Oct 2006 17:09:16 -0700 (PDT) Message-ID: <17744502.1161994156635.JavaMail.root@brutus> Date: Fri, 27 Oct 2006 17:09:16 -0700 (PDT) From: "Michael McCandless (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Created: (LUCENE-702) Disk full during addIndexes(Directory[]) can corrupt index MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Disk full during addIndexes(Directory[]) can corrupt index ---------------------------------------------------------- Key: LUCENE-702 URL: http://issues.apache.org/jira/browse/LUCENE-702 Project: Lucene - Java Issue Type: Bug Components: Index Affects Versions: 2.1 Reporter: Michael McCandless Assigned To: Michael McCandless This is a spinoff of LUCENE-555 If the disk fills up during this call then the committed segments file can reference segments that were not written. Then the whole index becomes unusable. Does anyone know of any other cases where disk full could corrupt the index? I think disk full should worse lose the documents that were "in flight" at the time. It shouldn't corrupt the index. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org