Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 47809 invoked from network); 8 Oct 2008 07:24:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Oct 2008 07:24:08 -0000 Received: (qmail 19842 invoked by uid 500); 8 Oct 2008 07:24:04 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 19798 invoked by uid 500); 8 Oct 2008 07:24:04 -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 19789 invoked by uid 99); 8 Oct 2008 07:24:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Oct 2008 00:24:04 -0700 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=DNS_FROM_SECURITYSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [69.55.225.129] (HELO ehatchersolutions.com) (69.55.225.129) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Oct 2008 07:23:00 +0000 Received: by ehatchersolutions.com (Postfix, from userid 504) id E90D430EFC16; Wed, 8 Oct 2008 01:23:04 -0600 (MDT) X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on javelina X-Spam-Level: Received: from [10.0.1.198] (va-69-68-189-221.dyn.embarqhsd.net [69.68.189.221]) by ehatchersolutions.com (Postfix) with ESMTP id 305DE30EFC16 for ; Wed, 8 Oct 2008 01:22:46 -0600 (MDT) Message-Id: <14C50D19-BC44-48D7-94C2-77B6542E458D@ehatchersolutions.com> From: Erik Hatcher To: java-dev@lucene.apache.org In-Reply-To: <070945CC-B7D6-42EF-8945-A5034AD07314@apache.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v928.1) Subject: Re: [VOTE] Release Lucene 2.4.0 Date: Wed, 8 Oct 2008 03:22:41 -0400 References: <658204.62052.qm@web26003.mail.ukl.yahoo.com> <0D989158-1C5E-4C22-B48C-BC43EA21E8F6@mikemccandless.com> <7AB10034-A429-43B9-B8CC-D1604F2D764C@apache.org> <8D10EBF3-EDA7-4374-BEED-BA2ADDB3ED69@mikemccandless.com> <8E09216D-DB77-4876-88CE-38B80442C482@mikemccandless.com> <070945CC-B7D6-42EF-8945-A5034AD07314@apache.org> X-Mailer: Apple Mail (2.928.1) X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-0.6 required=5.0 tests=BAYES_00,RCVD_IN_SORBS_DUL autolearn=no version=3.1.1 All tests pass (via "ant test") for me with the 2.4.0 download. I have junit-4.4.jar in my ANT_HOME/lib directory. Specifically: [junit] Testsuite: org.apache.lucene.store.TestHugeRamFile [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.585 sec Maybe an intermittent anomaly, Grant? Erik On Oct 7, 2008, at 9:49 PM, Grant Ingersoll wrote: > I really hate to do this, but the source tests don't compile, since > we now rely on JUnit to be shipped w/ Lucene. > > Steps: > download the source tarball > untar > ant test > > Lots of compile errors. I think we just need to package lib/junit > with the src. Of course, maybe not a big deal, as we didn't package > JUnit before, but we also didn't have a lib directory before, > either. Not sure if it is a show stopper. > > However, when I copy junit into a lib directory there, I get: > > [junit] Testcase: > testHugeFile(org.apache.lucene.store.TestHugeRamFile): Caused an > ERROR > [junit] Java heap space > [junit] java.lang.OutOfMemoryError: Java heap space > [junit] at java.util.Arrays.copyOf(Arrays.java:2760) > [junit] at java.util.Arrays.copyOf(Arrays.java:2734) > [junit] at java.util.ArrayList.ensureCapacity(ArrayList.java: > 167) > [junit] at java.util.ArrayList.add(ArrayList.java:351) > [junit] at > org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:69) > [junit] at > org > .apache > .lucene > .store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:129) > [junit] at > org > .apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java: > 115) > [junit] at > org > .apache > .lucene.store.TestHugeRamFile.testHugeFile(TestHugeRamFile.java:68) > [junit] > > > This passes when I run trunk on the same machine, but fails on both > the branch and the downloaded src file. I know I could just > increase the memory, but it seems odd that trunk passes. > > Otherwise, things look good. > > So -0, I guess. > > > On Oct 7, 2008, at 9:55 AM, Michael McCandless wrote: > >> >> Reminder: this is a new vote (started 2 days ago) to release 2.4.0. >> >> We still need 2 more binding (PMC) votes to release. >> >> Mike >> >> Michael McCandless wrote: >> >>> >>> OK maybe 4th time's a charm ;) >>> >>> Let's start a new VOTE to release these artifacts (derived from >>> svn rev 701827) as Lucene 2.4.0: >>> >>> http://people.apache.org/~mikemccand/staging-area/lucene2.4take4 >>> >>> Here's my +1. >>> >>> Mike >>> >>> Grant Ingersoll wrote: >>> >>>> +1. >>>> >>>> On Oct 3, 2008, at 1:22 PM, Michael McCandless wrote: >>>> >>>>> >>>>> OK let's try again! >>>>> >>>>> Let's start a new VOTE to release these artifacts (derived from >>>>> svn rev 701445) as Lucene 2.4.0: >>>>> >>>>> http://people.apache.org/~mikemccand/staging-area/lucene2.4take3 >>>>> >>>>> Here's my vote: +1. >>>>> >>>>> Mike >>>>> >>>>> mark harwood wrote: >>>>> >>>>>> Hi Mike, >>>>>> Given the repackaging any chance you can sneak in 2 contrib >>>>>> fixes I added recently? >>>>>> >>>>>> Null pointer introduced to clients dropping in 2.4 upgrade - http://svn.apache.org/viewvc?view=rev&revision=700815 >>>>>> Bug in fuzzy matching - http://svn.apache.org/viewvc?view=rev&revision=699512 >>>>>> >>>>>> No big deal if it's too late. >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> ----- Original Message ---- >>>>>> From: Michael McCandless >>>>>> To: java-dev@lucene.apache.org >>>>>> Sent: Friday, 3 October, 2008 16:48:41 >>>>>> Subject: Re: [VOTE] Release Lucene 2.4.0 >>>>>> >>>>>> >>>>>> Ugh. I'll fix & re-spin. >>>>>> >>>>>> Mike >>>>>> >>>>>> Grant Ingersoll wrote: >>>>>> >>>>>>> The docs in the downloaded tarball still refer to 2.4-dev. >>>>>>> >>>>>>> The doap.rdf file is (badly) out of date. >>>>>>> >>>>>>> >>>>>>> >>>>>>> On Sep 30, 2008, at 8:30 AM, Michael McCandless wrote: >>>>>>> >>>>>>>> >>>>>>>> I've built the release artifacts, from revision 700430 on the >>>>>>>> 2.4 >>>>>>>> branch. These are the changes: >>>>>>>> >>>>>>>> http://people.apache.org/~mikemccand/staging-area/lucene2.4changes/Changes.html >>>>>>>> >>>>>>>> Please vote to officially release these artifacts as 2.4.0: >>>>>>>> >>>>>>>> http://people.apache.org/~mikemccand/staging-area/lucene2.4 >>>>>>>> >>>>>>>> We need at least 3 binding (PMC) votes. >>>>>>>> >>>>>>>> Mike >>>>>>>> >>>>>>>> >>>>>>> >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org >>>> For additional commands, e-mail: java-dev-help@lucene.apache.org >>>> >>> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org >> For additional commands, e-mail: java-dev-help@lucene.apache.org >> > > -------------------------- > Grant Ingersoll > > Lucene Helpful Hints: > http://wiki.apache.org/lucene-java/BasicsOfPerformance > http://wiki.apache.org/lucene-java/LuceneFAQ > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-dev-help@lucene.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org