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 5B1EE6672 for ; Thu, 26 May 2011 15:09:30 +0000 (UTC) Received: (qmail 24482 invoked by uid 500); 26 May 2011 15:09:29 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 24415 invoked by uid 500); 26 May 2011 15:09:28 -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 24408 invoked by uid 99); 26 May 2011 15:09:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 May 2011 15:09:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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; Thu, 26 May 2011 15:09:27 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 80FFAE074C for ; Thu, 26 May 2011 15:08:47 +0000 (UTC) Date: Thu, 26 May 2011 15:08:47 +0000 (UTC) From: "Michael McCandless (JIRA)" To: dev@lucene.apache.org Message-ID: <2083091155.45498.1306422527525.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1951826637.45478.1306422167644.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (LUCENE-3148) TestIndexWriterExceptions reproducible AOOBE in MockVariableIntBlockCodec MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENE-3148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13039731#comment-13039731 ] Michael McCandless commented on LUCENE-3148: -------------------------------------------- This has something to do w/ rev 1127615 ... I'll dig. > TestIndexWriterExceptions reproducible AOOBE in MockVariableIntBlockCodec > ------------------------------------------------------------------------- > > Key: LUCENE-3148 > URL: https://issues.apache.org/jira/browse/LUCENE-3148 > Project: Lucene - Java > Issue Type: Bug > Reporter: selckin > Priority: Minor > > {code} > [junit] Testsuite: org.apache.lucene.index.TestIndexWriterExceptions > [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.739 sec > [junit] > [junit] ------------- Standard Error ----------------- > [junit] NOTE: reproduce with: ant test -Dtestcase=TestIndexWriterExceptions -Dtestmethod=testDocumentsWriterAbort -Dtests.seed=4579947455 > 682149564:-7960989923752018504 > [junit] NOTE: test params are: codec=RandomCodecProvider: {content=MockVariableIntBlock(baseBlockSize=32)}, locale=bg_BG, timezone=Brazil > /Acre > [junit] NOTE: all tests run in this JVM: > [junit] [TestIndexWriterExceptions] > [junit] NOTE: Linux 2.6.37-gentoo amd64/Sun Microsystems Inc. 1.6.0_25 (64-bit)/cpus=8,threads=1,free=94363216,total=125632512 > [junit] ------------- ---------------- --------------- > [junit] Testcase: testDocumentsWriterAbort(org.apache.lucene.index.TestIndexWriterExceptions): Caused an ERROR > [junit] 66 > [junit] java.lang.ArrayIndexOutOfBoundsException: 66 > [junit] at org.apache.lucene.index.codecs.mockintblock.MockVariableIntBlockCodec$MockIntFactory$2.add(MockVariableIntBlockCodec.java: > 114) > [junit] at org.apache.lucene.index.codecs.intblock.VariableIntBlockIndexOutput.close(VariableIntBlockIndexOutput.java:118) > [junit] at org.apache.lucene.index.codecs.sep.SepPostingsWriterImpl.close(SepPostingsWriterImpl.java:320) > [junit] at org.apache.lucene.index.codecs.BlockTermsWriter.close(BlockTermsWriter.java:137) > [junit] at org.apache.lucene.index.PerFieldCodecWrapper$FieldsWriter.close(PerFieldCodecWrapper.java:81) > [junit] at org.apache.lucene.index.FreqProxTermsWriter.flush(FreqProxTermsWriter.java:103) > [junit] at org.apache.lucene.index.TermsHash.flush(TermsHash.java:118) > [junit] at org.apache.lucene.index.DocInverter.flush(DocInverter.java:80) > [junit] at org.apache.lucene.index.DocFieldProcessor.flush(DocFieldProcessor.java:75) > [junit] at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:457) > [junit] at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:417) > [junit] at org.apache.lucene.index.DocumentsWriter.postUpdate(DocumentsWriter.java:309) > [junit] at org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:381) > [junit] at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1469) > [junit] at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1229) > [junit] at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1210) > [junit] at org.apache.lucene.index.TestIndexWriterExceptions.testDocumentsWriterAbort(TestIndexWriterExceptions.java:555) > [junit] at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1333) > [junit] at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1251) > [junit] > [junit] > [junit] Test org.apache.lucene.index.TestIndexWriterExceptions FAILED > {code} > trunk: r1127871 -- This message is automatically generated by JIRA. 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