Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 07A8591FA for ; Wed, 14 Dec 2011 12:40:04 +0000 (UTC) Received: (qmail 99386 invoked by uid 500); 14 Dec 2011 12:40:02 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 99346 invoked by uid 500); 14 Dec 2011 12:40:02 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 99339 invoked by uid 99); 14 Dec 2011 12:40:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Dec 2011 12:40:02 +0000 X-ASF-Spam-Status: No, hits=-2001.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Dec 2011 12:39:52 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 9B761112F21 for ; Wed, 14 Dec 2011 12:39:30 +0000 (UTC) Date: Wed, 14 Dec 2011 12:39:30 +0000 (UTC) From: "Robert Muir (Updated) (JIRA)" To: dev@lucene.apache.org Message-ID: <3962110.10646.1323866370638.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2099717327.10596.1323864810572.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (LUCENE-3647) DocValues merging is not associative, leading to different results depending upon how merges execute MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENE-3647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-3647: -------------------------------- Attachment: LUCENE-3647.patch updated patch... fixes the test fail, was a missing break in the switch... I promise I won't write any more patches until i wake up with more coffee or beer. > DocValues merging is not associative, leading to different results depending upon how merges execute > ---------------------------------------------------------------------------------------------------- > > Key: LUCENE-3647 > URL: https://issues.apache.org/jira/browse/LUCENE-3647 > Project: Lucene - Java > Issue Type: Bug > Affects Versions: 4.0 > Reporter: Robert Muir > Attachments: LUCENE-3647.patch, LUCENE-3647_multi.patch, LUCENE-3647_test.patch > > > recently I cranked up TestDuelingCodecs to actually test docvalues (previously it wasn't testing it at all). > This test is simple, it indexes the same random content with 2 different indexwriters, it just allows them > to use different codecs with different indexwriterconfigs. > then it asserts the indexes are equal. > Sometimes, always on BYTES_FIXED_DEREF type, we end out with one reader that has a zero-filled byte[] for a doc, > but that same document in the other reader has no docvalues at all. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org