RE: [VOTE] Release Lucene 9.0.0 RC3

2021-11-27 Thread Uwe Schindler
Hi, > Policeman Jenkins ran smoke tester with JDK 11 and JDK 17 for me, log is here: > https://jenkins.thetaphi.de/job/Lucene-Release-Tester/7/console > > The result was: > SUCCESS! [0:24:44.934189] > > (AMD Ryzen 7 3700X 8-Core Processor, Linux 5.11.0-40-generic #44~20.04.2- > Ubuntu SMP Tue Oc

Re: [JENKINS] Lucene-jdk17panama-Windows (64bit/jdk-17) - Build # 701 - Still Unstable!

2021-11-27 Thread Michael Sokolov
Oh! Thank you; after reading it I see folks have progressed to a root cause and a proposed solution. On Sat, Nov 27, 2021 at 4:24 PM Dawid Weiss wrote: > > > It's this issue, Mike: > https://issues.apache.org/jira/browse/LUCENE-10088 > > On Sat, Nov 27, 2021 at 8:11 PM Michael Sokolov wrote: >>

RE: [VOTE] Release Lucene 9.0.0 RC3

2021-11-27 Thread Uwe Schindler
Hi, Policeman Jenkins ran smoke tester with JDK 11 and JDK 17 for me, log is here: https://jenkins.thetaphi.de/job/Lucene-Release-Tester/7/console The result was: SUCCESS! [0:24:44.934189] (AMD Ryzen 7 3700X 8-Core Processor, Linux 5.11.0-40-generic #44~20.04.2-Ubuntu SMP Tue Oct 26 18:07:44 UT

Re: [VOTE] Release Lucene 9.0.0 RC3

2021-11-27 Thread Gus Heck
+1 SUCCESS! [0:08:46.711289] (Java 11 JAVA_HOME=/home/gus/../zulu11.48.21-ca-jdk11.0.11-linux_x64/) Smoketester only On Sat, Nov 27, 2021 at 10:57 AM Tomoko Uchida wrote: > Luke app starts on both of Linux and Windows (with or without spaces > in the path) and works well for me. > Thanks eve

Re: [JENKINS] Lucene-jdk17panama-Windows (64bit/jdk-17) - Build # 701 - Still Unstable!

2021-11-27 Thread Dawid Weiss
It's this issue, Mike: https://issues.apache.org/jira/browse/LUCENE-10088 On Sat, Nov 27, 2021 at 8:11 PM Michael Sokolov wrote: > I tried reducing 500 full flushes to 250 and 5000 iters to 2500, and > then the test would fairly reliably finish in 1 minute or so, although > I did once see > >

Re: [JENKINS] Lucene-jdk17panama-Windows (64bit/jdk-17) - Build # 701 - Still Unstable!

2021-11-27 Thread Michael Sokolov
I tried reducing 500 full flushes to 250 and 5000 iters to 2500, and then the test would fairly reliably finish in 1 minute or so, although I did once see *Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "Lucene Merge Thread #102" I ad

Re: Anyone familiar (or use) MultiRangeQuery?

2021-11-27 Thread Adrien Grand
+1 to fixing Le sam. 27 nov. 2021 à 17:32, Greg Miller a écrit : > Thanks everyone! > > > I suspect that the fact that it doesn't work with multi-dimensional > points is a bug that hasn't been found yet because it's been mostly > discussed in the context of 1D fields? > > This seems plausible. I

Re: [JENKINS] Lucene-jdk17panama-Windows (64bit/jdk-17) - Build # 701 - Still Unstable!

2021-11-27 Thread Michael Sokolov
Hmm, that test is taking a very long time on my laptop (running Ubuntu) with JDK11, so doesn't seem to be a Windows or JDK17 issue ./gradlew :lucene:core:test --tests "org.apache.lucene.index.TestIndexWriterMergePolicy.testStressUpdateSameDocumentWithMergeOnGetReader" -Dtests.nightly=true -Dte

Re: [JENKINS] Lucene-jdk17panama-Windows (64bit/jdk-17) - Build # 701 - Still Unstable!

2021-11-27 Thread Michael Sokolov
I see that we periodically get various test failures from this test. Has anybody been tracking this more carefully than me, and if so, do you remember if it's always on Windows where these too-many-open-files (and sometimes out of disk space) errors show up? I wonder if we should reduce the cardina

Re: Anyone familiar (or use) MultiRangeQuery?

2021-11-27 Thread Greg Miller
Thanks everyone! > I suspect that the fact that it doesn't work with multi-dimensional points is a bug that hasn't been found yet because it's been mostly discussed in the context of 1D fields? This seems plausible. It also made me think that writing a "duel" test that compares randomized scenari

Re: Warnings from gradle rat task

2021-11-27 Thread Mike Drob
On Sat, Nov 27, 2021 at 9:48 AM Dawid Weiss wrote: > MG>I suspect you have an ancient javadoc binary in classpath >> MG>but there is no way of knowing without looking at contents of >> antlib.xml >> >> > Looking at ant code it seems like it tried to reload tasks for some > reason and class loader

Re: [VOTE] Release Lucene 9.0.0 RC3

2021-11-27 Thread Tomoko Uchida
Luke app starts on both of Linux and Windows (with or without spaces in the path) and works well for me. Thanks everyone who took the time for it. Tomoko 2021年11月27日(土) 23:57 Robert Muir : > > +1 > > (with --test-java17) > SUCCESS! [0:26:01.193203] > > On Sat, Nov 27, 2021 at 8:40 AM Michael McCa

Re: Warnings from gradle rat task

2021-11-27 Thread Dawid Weiss
> > MG>I suspect you have an ancient javadoc binary in classpath > MG>but there is no way of knowing without looking at contents of antlib.xml > > Looking at ant code it seems like it tried to reload tasks for some reason and class loaders are different hence the warning. We don't have javadoc on c

Re: [VOTE] Release Lucene 9.0.0 RC3

2021-11-27 Thread Robert Muir
+1 (with --test-java17) SUCCESS! [0:26:01.193203] On Sat, Nov 27, 2021 at 8:40 AM Michael McCandless wrote: > > +1 > > SUCCESS! [0:06:46.020662] > > What a crazy speedup to smoke tester!! > > > > Mike McCandless > > http://blog.mikemccandless.com > > > On Sat, Nov 27, 2021 at 3:42 AM Ignacio Ver

Re: [VOTE] Release Lucene 9.0.0 RC3

2021-11-27 Thread Michael McCandless
+1 SUCCESS! [0:06:46.020662] What a crazy speedup to smoke tester!! Mike McCandless http://blog.mikemccandless.com On Sat, Nov 27, 2021 at 3:42 AM Ignacio Vera wrote: > +1 > > SUCCESS! [0:17:28.435474] > > On Sat, Nov 27, 2021 at 1:27 AM Jan Høydahl wrote: > >> +1 SUCCESS! [0:23:41.77544

Re: Warnings from gradle rat task

2021-11-27 Thread Martin Gainty
MG>below From: Dawid Weiss Sent: Friday, November 26, 2021 5:40 AM To: Lucene Dev Subject: Re: Warnings from gradle rat task Alan - 1029651d121 on main. D. On Thu, Nov 25, 2021 at 4:21 PM Dawid Weiss mailto:dawid.we...@gmail.com>> wrote: I am 99.9% sure this

Re: [VOTE] Release Lucene 9.0.0 RC3

2021-11-27 Thread Ignacio Vera
+1 SUCCESS! [0:17:28.435474] On Sat, Nov 27, 2021 at 1:27 AM Jan Høydahl wrote: > +1 SUCCESS! [0:23:41.775448] > > Only ran smoketester this time. > > Jan > > > 26. nov. 2021 kl. 15:31 skrev Adrien Grand : > > > > Please vote for release candidate 3 for Lucene 9.0.0. > > > > The artifacts can b