Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 13407 invoked from network); 15 Oct 2006 01:36:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Oct 2006 01:36:35 -0000 Received: (qmail 76747 invoked by uid 500); 15 Oct 2006 01:36:28 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 76712 invoked by uid 500); 15 Oct 2006 01:36:28 -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 76701 invoked by uid 99); 15 Oct 2006 01:36:28 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Oct 2006 18:36:28 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Oct 2006 18:36:28 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3A6D87142FD for ; Sat, 14 Oct 2006 18:35:36 -0700 (PDT) Message-ID: <20508496.1160876136237.JavaMail.jira@brutus> Date: Sat, 14 Oct 2006 18:35:36 -0700 (PDT) From: "Hoss Man (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Updated: (LUCENE-683) Lazy Field Loading has edge case bug causing read past EOF In-Reply-To: <5227630.1160876135021.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/LUCENE-683?page=all ] Hoss Man updated LUCENE-683: ---------------------------- Attachment: TestLazyBug.java > Lazy Field Loading has edge case bug causing read past EOF > ---------------------------------------------------------- > > Key: LUCENE-683 > URL: http://issues.apache.org/jira/browse/LUCENE-683 > Project: Lucene - Java > Issue Type: Bug > Components: Index > Reporter: Hoss Man > Priority: Critical > Attachments: TestLazyBug.java > > > While trying to run some benchmarking of Lazy filed loading, i discovered there seems to be an edge case when accessing the last field of the last doc of an index. > the problem seems to only happen when the doc has been accessed after at least one other doc. > i have not tried to dig into the code to find the root cause, testcase to follow... -- 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