Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 71170 invoked from network); 14 Nov 2007 13:27:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Nov 2007 13:27:50 -0000 Received: (qmail 16111 invoked by uid 500); 14 Nov 2007 13:27:31 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 16007 invoked by uid 500); 14 Nov 2007 13:27:31 -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 15996 invoked by uid 99); 14 Nov 2007 13:27:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Nov 2007 05:27:31 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of yseeley@gmail.com designates 64.233.162.227 as permitted sender) Received: from [64.233.162.227] (HELO nz-out-0506.google.com) (64.233.162.227) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Nov 2007 13:27:35 +0000 Received: by nz-out-0506.google.com with SMTP id i28so152087nzi for ; Wed, 14 Nov 2007 05:27:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=u1hrR0f67hQ/b69M2UYVUOvJKmEokLJM6is6BtqS70g=; b=sCOPBMgJqwLU9YFx6iCsSYNDC5YIYKNptKiz/PJZDTBRj3CdDCch7t/Fn1u5OCC+7DzjVmFy752/xQOfkpgOWqAPh0zzqurvLHdshz+xHZjn24MgOoYoUMmIKtvm838k7gGmB3B7vsLX4xvlEt9H3fkHymBBxeqh+elS/CDaZ5M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=b6gUJbpzdPtl/5LTSYYAXL9LHLRb6A+Zfa7B+y3m9q7ufUEVmOwncppTnX9ihHCTVWGQmCMhzrArv5G2wR/A4BaQTlOGQt8lG/fVKq6vkzC/LJ8bLuEmGNupBwd97xQ3X2+7AvDU9ohpYkCLnhOBuDrhfsbPbOjP33Y/xY7nCrc= Received: by 10.142.232.20 with SMTP id e20mr1528791wfh.1195046831969; Wed, 14 Nov 2007 05:27:11 -0800 (PST) Received: by 10.143.165.13 with HTTP; Wed, 14 Nov 2007 05:27:11 -0800 (PST) Message-ID: Date: Wed, 14 Nov 2007 08:27:11 -0500 From: "Yonik Seeley" Sender: yseeley@gmail.com To: java-user@lucene.apache.org Subject: Re: TermDocs.skipTo error In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <359a92830711090759v436c53c5nf9e6a4150cba6a8b@mail.gmail.com> X-Google-Sender-Auth: c5237a5488c33ba3 X-Virus-Checked: Checked by ClamAV on apache.org On Nov 14, 2007 5:29 AM, Mike Streeton wrote: > I have now managed to quantify the error, it only affects Lucene 2.2 build indexes and occurs after a period of time reusing a TermDocs object, I have modified my test app top be a little more verbose about the conditions it fails under. Hopefully someone can track the bug down in Lucene. I have run the test again after it fails changing the loop iterators so it repeats the failing iteratation first and it works okay. Thanks Mike, could you open up a JIRA issue for this? -Yonik --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org