Why do you say not to use G1GC? We are using Java 7 & G1GC with Lucene 4.8.1 in production. Thanks.
Jim ________________________________________ From: Uwe Schindler [[email protected]] Sent: Tuesday, January 27, 2015 2:49 PM To: [email protected]; 'kiwi clive' Subject: RE: Lucene Version Upgrade (3->4) and Java JVM Versions(6->8) Java 8 update 20 or later is also fine. At current time, always use latest update release and you are be fine with Java 7 and Java 8. Don't use older releases and don't use G1 Garbage Collector. ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: kiwi clive [mailto:[email protected]] > Sent: Tuesday, January 27, 2015 8:03 PM > To: [email protected] > Subject: Re: Lucene Version Upgrade (3->4) and Java JVM Versions(6->8) > > Hi Hoss, > Many thanks for the information. This looks very encouraging as the Java7 > bug I remember was fixed and as far as I know, we should not be affected > by the others. > I'll put a few tests together and put my toe in the water :-) Clive > > From: Chris Hostetter <[email protected]> > To: "[email protected]" <[email protected]>; kiwi > clive <[email protected]> > Sent: Tuesday, January 27, 2015 4:01 PM > Subject: Re: Lucene Version Upgrade (3->4) and Java JVM Versions(6->8) > > > > > : I seem to remember reading that certain versions of lucene were > : incompatible with some java versions although I cannot find anything to > : verify this. As we have tens of thousands of large indexes, backwards > : compatibility without the need to reindex on an upgrade is of prime > : importance to us. > > All known JVM bugs affecting Lucene are listed here... > > https://wiki.apache.org/lucene-java/JavaBugs > > > -Hoss > http://www.lucidworks.com/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
