Return-Path: Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: (qmail 52464 invoked from network); 4 Nov 2009 14:38:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Nov 2009 14:38:14 -0000 Received: (qmail 27270 invoked by uid 500); 4 Nov 2009 14:38:11 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 27209 invoked by uid 500); 4 Nov 2009 14:38:11 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 27191 invoked by uid 99); 4 Nov 2009 14:38:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Nov 2009 14:38:10 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jerome.eteve@gmail.com designates 74.125.92.24 as permitted sender) Received: from [74.125.92.24] (HELO qw-out-2122.google.com) (74.125.92.24) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Nov 2009 14:38:00 +0000 Received: by qw-out-2122.google.com with SMTP id 5so1318989qwd.53 for ; Wed, 04 Nov 2009 06:37:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=5W6ibZowMJ38/pKKszw/GUNcpVtYNFyl0aJ9jlX2+oY=; b=oFBIJmmqi+W/CcmWwaNsafZbqFnSpLBLoc4ftZhvqAdz186lXTtie+4WIL7eROQVyl kOV1A+Jhrw+az+19VWNl7QwtOBFC20XOFvGjDIHzArvE83MjgHKDcRxlCIn+NlDvY71D jXrqKKfCZJ2h+4w8O5OwhqfMl0xVsQM8rHLYc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type; b=bI+ZB/5tJSHzLy+p+PQzoe/Hz/CEk/gC8cehW6w7062SLz3tvhVAzfZNIaBIMGrsyY DV64OvtwCye+wRIMtdleqO/ed4id7t4v1cMKN9R4icjp6JLpD4KAnBl27tezt5bAF9ek hTCHBOVbPBphWrYRkaHhw1UQuf7Jux1kxD/Ec= MIME-Version: 1.0 Received: by 10.239.179.99 with SMTP id c35mr149730hbg.197.1257345459203; Wed, 04 Nov 2009 06:37:39 -0800 (PST) Reply-To: jerome.eteve@gmail.com In-Reply-To: References: Date: Wed, 4 Nov 2009 14:37:39 +0000 Message-ID: Subject: Re: Lock problems: Lock obtain timed out From: =?UTF-8?B?SsOpcsO0bWUgRXTDqXbDqQ==?= To: Chris Hostetter , solr-user@lucene.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Hi, It seems this situation is caused by some No space left on device exeptions: SEVERE: java.io.IOException: No space left on device at java.io.RandomAccessFile.writeBytes(Native Method) at java.io.RandomAccessFile.write(RandomAccessFile.java:466) at org.apache.lucene.store.SimpleFSDirectory$SimpleFSIndexOutput.flushBuffer(SimpleFSDirectory.java:192) at org.apache.lucene.store.BufferedIndexOutput.flushBuffer(BufferedIndexOutput.java:96) I'd better try to set my maxMergeDocs and mergeFactor to more adequates values for my app (I'm indexing ~15 Gb of data on 20Gb device, so I guess there's problem when solr tries to merge the index bits being build. At the moment, they are set to 100 and 2147483647 Jerome. -- Jerome Eteve. http://www.eteve.net jerome@eteve.net