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 5E3669900 for ; Fri, 4 Nov 2011 10:22:16 +0000 (UTC) Received: (qmail 82562 invoked by uid 500); 4 Nov 2011 10:22:15 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 82515 invoked by uid 500); 4 Nov 2011 10:22:15 -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 82508 invoked by uid 99); 4 Nov 2011 10:22:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Nov 2011 10:22:15 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.161.48] (HELO mail-fx0-f48.google.com) (209.85.161.48) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Nov 2011 10:22:08 +0000 Received: by faap14 with SMTP id p14so3719516faa.35 for ; Fri, 04 Nov 2011 03:21:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.152.135.195 with SMTP id pu3mr759374lab.17.1320402107250; Fri, 04 Nov 2011 03:21:47 -0700 (PDT) Received: by 10.152.21.132 with HTTP; Fri, 4 Nov 2011 03:21:47 -0700 (PDT) In-Reply-To: <650188649.5561320384526648.JavaMail.hudson@aegis> References: <650188649.5561320384526648.JavaMail.hudson@aegis> Date: Fri, 4 Nov 2011 06:21:47 -0400 Message-ID: Subject: Re: [JENKINS] Lucene-trunk - Build # 1720 - Failure From: Michael McCandless To: dev@lucene.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org I committed fix (don't use mem expensive codecs). Mike McCandless http://blog.mikemccandless.com On Fri, Nov 4, 2011 at 1:28 AM, Apache Jenkins Server wrote: > Build: https://builds.apache.org/job/Lucene-trunk/1720/ > > 1 tests failed. > REGRESSION: =A0org.apache.lucene.search.TestSearchWithThreads.test > > Error Message: > Java heap space > > Stack Trace: > java.lang.OutOfMemoryError: Java heap space > =A0 =A0 =A0 =A0at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:= 84) > =A0 =A0 =A0 =A0at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:= 57) > =A0 =A0 =A0 =A0at org.apache.lucene.store.RAMOutputStream.switchCurrentBu= ffer(RAMOutputStream.java:152) > =A0 =A0 =A0 =A0at org.apache.lucene.store.RAMOutputStream.writeBytes(RAMO= utputStream.java:138) > =A0 =A0 =A0 =A0at org.apache.lucene.store.MockIndexOutputWrapper.writeByt= es(MockIndexOutputWrapper.java:119) > =A0 =A0 =A0 =A0at org.apache.lucene.store.CompoundFileWriter$DirectCFSInd= exOutput.writeBytes(CompoundFileWriter.java:372) > =A0 =A0 =A0 =A0at org.apache.lucene.store.RAMInputStream.copyBytes(RAMInp= utStream.java:119) > =A0 =A0 =A0 =A0at org.apache.lucene.store.Directory.copy(Directory.java:2= 03) > =A0 =A0 =A0 =A0at org.apache.lucene.store.MockDirectoryWrapper.copy(MockD= irectoryWrapper.java:661) > =A0 =A0 =A0 =A0at org.apache.lucene.index.SegmentMerger.createCompoundFil= e(SegmentMerger.java:166) > =A0 =A0 =A0 =A0at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWr= iter.java:3709) > =A0 =A0 =A0 =A0at org.apache.lucene.index.IndexWriter.merge(IndexWriter.j= ava:3315) > =A0 =A0 =A0 =A0at org.apache.lucene.index.SerialMergeScheduler.merge(Seri= alMergeScheduler.java:37) > =A0 =A0 =A0 =A0at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWri= ter.java:1969) > =A0 =A0 =A0 =A0at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWri= ter.java:1963) > =A0 =A0 =A0 =A0at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWri= ter.java:1959) > =A0 =A0 =A0 =A0at org.apache.lucene.index.IndexWriter.updateDocument(Inde= xWriter.java:1566) > =A0 =A0 =A0 =A0at org.apache.lucene.index.IndexWriter.addDocument(IndexWr= iter.java:1318) > =A0 =A0 =A0 =A0at org.apache.lucene.index.IndexWriter.addDocument(IndexWr= iter.java:1299) > =A0 =A0 =A0 =A0at org.apache.lucene.index.RandomIndexWriter.addDocument(R= andomIndexWriter.java:163) > =A0 =A0 =A0 =A0at org.apache.lucene.search.TestSearchWithThreads.test(Tes= tSearchWithThreads.java:57) > =A0 =A0 =A0 =A0at org.apache.lucene.util.LuceneTestCase$2$1.evaluate(Luce= neTestCase.java:615) > > > > > Build Log (for compile errors): > [...truncated 13071 lines...] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org > For additional commands, e-mail: dev-help@lucene.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org