Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 27374 invoked from network); 25 Oct 2009 23:36:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Oct 2009 23:36:21 -0000 Received: (qmail 63925 invoked by uid 500); 25 Oct 2009 23:36:19 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 63851 invoked by uid 500); 25 Oct 2009 23:36:19 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 63841 invoked by uid 99); 25 Oct 2009 23:36:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Oct 2009 23:36:19 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of peterlkeegan@gmail.com designates 209.85.222.176 as permitted sender) Received: from [209.85.222.176] (HELO mail-pz0-f176.google.com) (209.85.222.176) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Oct 2009 23:36:11 +0000 Received: by pzk6 with SMTP id 6so1866353pzk.29 for ; Sun, 25 Oct 2009 16:35:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=WFf5zv2j32jvGSJiQWaHDMw51AswB/ozlCQ19TN1oMc=; b=uViuGaRak3RfcsQLQRqn/g5Ms3ARIzs0kduPS42lZqvbok2cdxq1EhC0PGCoda6nnt 97efDsaLJPRVnOavtjMx39nG9M3Tu4lF3UrS9xIrOiwtC0A1KcvA5YkIwTAlekzT1jWf ys8zO13l9wRif5x/jmx+JqShY074kz9HPVAKQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=eJgp1XDx7y44taABCY4CaJ7xiMrN8kwlRtFbiENcl7J/+XBsRCuWeU+jZK5mJPU5y0 ul4vE+5jLZ7jyLywu0w45+76XG1r+47cr350lTtGxRQl2H0/AUn/PooSaYwVKTH4X411 xjiqw8f13UMnhgcKnfHYu4WlB/z/7fqjIqTDA= MIME-Version: 1.0 Received: by 10.140.177.20 with SMTP id z20mr1967275rve.100.1256513749668; Sun, 25 Oct 2009 16:35:49 -0700 (PDT) In-Reply-To: <9ac0c6aa0910250547o4d87432at29bc72c928f40797@mail.gmail.com> References: <9ac0c6aa0910250547o4d87432at29bc72c928f40797@mail.gmail.com> Date: Sun, 25 Oct 2009 19:35:49 -0400 Message-ID: Subject: Re: IO exception during merge/optimize From: Peter Keegan To: java-user@lucene.apache.org Content-Type: multipart/alternative; boundary=000e0cd21410b454dd0476cae715 X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd21410b454dd0476cae715 Content-Type: text/plain; charset=ISO-8859-1 >Did you get any traceback printed at all? no, only what I reported. >Did you see any BG thread exceptions on wherever your System.err is directed to? The jvm was running as a windows service, so output to System.err may have gone to the bit bucket. That's an interesting point, though. Peter On Sun, Oct 25, 2009 at 8:47 AM, Michael McCandless < lucene@mikemccandless.com> wrote: > Hmm... Lucene tries to catch the original cause (from the BG thread > doing the merge) and forward it to the main thread waiting for > optimize to complete. > > Did you get any traceback printed at all? It should include one > traceback into Lucene's optimized method, and then another (under > "caused by") showing the exception from the BG merge thread. > > Did you see any BG thread exceptions on wherever your System.err is > directed to? > > Mike > > On Sat, Oct 24, 2009 at 5:21 PM, Peter Keegan > wrote: > > btw, this is with Lucene 2.9 > > > > On Sat, Oct 24, 2009 at 5:20 PM, Peter Keegan >wrote: > > > >> I'm sometimes seeing the following exception from an operation that does > a > >> merge and optimize: > >> java.io.IOException: background merge hit exception: _0:C1082866 _1:C79 > >> into _2 [optimize] [mergeDocStores] > >> I'm pretty sure that it's caused by a temporary low disk space > condition, > >> but I'd like to be able to confirm this. It would be nice to have the > java > >> exception included in the Lucene exception. Any way to get this? > >> > >> Peter > >> > >> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org > > --000e0cd21410b454dd0476cae715--