Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 91931 invoked from network); 14 Mar 2006 19:37:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Mar 2006 19:37:05 -0000 Received: (qmail 35384 invoked by uid 500); 14 Mar 2006 19:37:01 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 35166 invoked by uid 500); 14 Mar 2006 19:37:00 -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 35153 invoked by uid 99); 14 Mar 2006 19:37:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Mar 2006 11:37:00 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of lucenelist2005@danielnaber.de designates 80.67.18.13 as permitted sender) Received: from [80.67.18.13] (HELO smtprelay01.ispgateway.de) (80.67.18.13) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Mar 2006 11:36:59 -0800 Received: (qmail 23270 invoked from network); 14 Mar 2006 19:36:36 -0000 Received: from unknown (HELO p5496d261.dip.t-dialin.net) ([pbs]695637@[84.150.210.97]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with RC4-MD5 encrypted SMTP for ; 14 Mar 2006 19:36:36 -0000 From: Daniel Naber To: java-user@lucene.apache.org Subject: Re: Setting the COMMIT lock timeout. Date: Tue, 14 Mar 2006 20:37:39 +0100 User-Agent: KMail/1.8.2 References: <40D92B748B99CC43A2F0897B6B2B822E0211DF53@ukex02.framfab.com> In-Reply-To: <40D92B748B99CC43A2F0897B6B2B822E0211DF53@ukex02.framfab.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200603142037.39368@danielnaber.de> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Dienstag 14 M=C3=A4rz 2006 10:52, Jim Bedford-roberts wrote: > Admittedly we could have developed a single central search component, > but given the way the code has evolved our current approach is simplest > for us. With separate application instances sharing access to the same > index we are getting occasional COMMIT lock time outs even while using > singleton IndexSearchers in each application. Have you already tried using Lucene 1.9 without my patch? Because there was= =20 another bug in 1.4 that made the default timeout not work. From the=20 changelog: 7. Getting a lock file with Lock.obtain(long) was supposed to wait for a given amount of milliseconds, but this didn't work. (John Wang via Daniel Naber, Bug #33799) Regards Daniel =2D-=20 http://www.danielnaber.de --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org