Re: [VOTE] Release Lucene 9.4.0 RC3

2022-09-27 Thread Patrick Zhai
+1 (non-binding)

SUCCESS! [0:57:17.821452]

On Tue, Sep 27, 2022 at 3:32 PM Michael McCandless <
luc...@mikemccandless.com> wrote:

> +1, smoke tester:
>
> SUCCESS! [0:26:01.696388]
>
>
> Mike McCandless
>
> http://blog.mikemccandless.com
>
>
> On Tue, Sep 27, 2022 at 3:45 PM Anshum Gupta 
> wrote:
>
>> +1 (binding)
>>
>> Smoketester is happy!
>> SUCCESS! [0:54:06.589484]
>>
>> On Tue, Sep 27, 2022 at 6:15 AM Michael Sokolov 
>> wrote:
>>
>>> Please vote for release candidate 3 for Lucene 9.4.0
>>>
>>> The artifacts can be downloaded from:
>>>
>>> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC3-rev-d2e22e18c6c92b6a6ba0bbc26d78b5e82832f956
>>>
>>> You can run the smoke tester directly with this command:
>>>
>>> python3 -u dev-tools/scripts/smokeTestRelease.py \
>>>
>>> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC3-rev-d2e22e18c6c92b6a6ba0bbc26d78b5e82832f956
>>>
>>> The vote will be open for at least 72 hours i.e. until 2022-09-30 14:00
>>> UTC.
>>>
>>> [ ] +1  approve
>>> [ ] +0  no opinion
>>> [ ] -1  disapprove (and reason why)
>>>
>>> Here is my +1
>>>
>>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
>>> For additional commands, e-mail: dev-h...@lucene.apache.org
>>>
>>>
>>
>> --
>> Anshum Gupta
>>
>


Re: [VOTE] Release Lucene 9.4.0 RC3

2022-09-27 Thread Michael McCandless
+1, smoke tester:

SUCCESS! [0:26:01.696388]


Mike McCandless

http://blog.mikemccandless.com


On Tue, Sep 27, 2022 at 3:45 PM Anshum Gupta  wrote:

> +1 (binding)
>
> Smoketester is happy!
> SUCCESS! [0:54:06.589484]
>
> On Tue, Sep 27, 2022 at 6:15 AM Michael Sokolov 
> wrote:
>
>> Please vote for release candidate 3 for Lucene 9.4.0
>>
>> The artifacts can be downloaded from:
>>
>> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC3-rev-d2e22e18c6c92b6a6ba0bbc26d78b5e82832f956
>>
>> You can run the smoke tester directly with this command:
>>
>> python3 -u dev-tools/scripts/smokeTestRelease.py \
>>
>> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC3-rev-d2e22e18c6c92b6a6ba0bbc26d78b5e82832f956
>>
>> The vote will be open for at least 72 hours i.e. until 2022-09-30 14:00
>> UTC.
>>
>> [ ] +1  approve
>> [ ] +0  no opinion
>> [ ] -1  disapprove (and reason why)
>>
>> Here is my +1
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
>> For additional commands, e-mail: dev-h...@lucene.apache.org
>>
>>
>
> --
> Anshum Gupta
>


Re: [VOTE] Release Lucene 9.4.0 RC3

2022-09-27 Thread Anshum Gupta
+1 (binding)

Smoketester is happy!
SUCCESS! [0:54:06.589484]

On Tue, Sep 27, 2022 at 6:15 AM Michael Sokolov  wrote:

> Please vote for release candidate 3 for Lucene 9.4.0
>
> The artifacts can be downloaded from:
>
> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC3-rev-d2e22e18c6c92b6a6ba0bbc26d78b5e82832f956
>
> You can run the smoke tester directly with this command:
>
> python3 -u dev-tools/scripts/smokeTestRelease.py \
>
> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC3-rev-d2e22e18c6c92b6a6ba0bbc26d78b5e82832f956
>
> The vote will be open for at least 72 hours i.e. until 2022-09-30 14:00
> UTC.
>
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)
>
> Here is my +1
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
>
>

-- 
Anshum Gupta


Re: IMPORTANT: Please update your gradle.properties file in your Lucene checkout!

2022-09-27 Thread Uwe Schindler
Again: delete the gradle.properties, start gradlew and be happy. No need to 
install JDK 19 or set any env var. It just works™.

Eclipse IDE will also work fine (it will hide the classes). Idea is under 
investigation. In worst case disable compilation of the problematic 
core/src/java19 folder in the project.

Am 27. September 2022 21:34:33 MESZ schrieb Uwe Schindler :
>You just need to recreate Gradle properties, e.g. by deleting the old file.
>
>If you do not change anything Gradle will just work. On first build it will 
>autoprovision JDK 19 like any other dependency into the Gradle cache like 
>Maven artifacts and use it to compile the java 19 specific classes. The java 
>home should still point to java 17 or java 11.
>
>The environment var is just needed if you have JDK 19 at a non standard 
>location AND you don't want Gradle to download it automatically (Robert did 
>not want). 
>
>Uwe
>
>P.S.: It will also check before downloading of you have a version of 19 
>installed in the OS dependent Standard locations (Ubuntu,...) Or from windows 
>registry or MacOS installer.
>
>Am 27. September 2022 19:48:05 MESZ schrieb David Smiley :
>>> If you do not want Gradle to auto-provision the Java 19 for compilation
>>of those Preview classes, pass environment variable
>>JAVA19_HOME=/path/to/jdk19 to your build!
>>
>>That seems inverted; maybe I misunderstand?  If say we're working locally
>>without Java 19 and don't want to bother it during dev, we should still
>>have an env variable pointing to it?
>>
>>~ David Smiley
>>Apache Lucene/Solr Search Developer
>>http://www.linkedin.com/in/davidwsmiley
>>
>>
>>On Mon, Sep 26, 2022 at 9:57 AM Uwe Schindler  wrote:
>>
>>> Hi,
>>>
>>> with deleting the file, I meant the "gradle.properties" in the lucene
>>> checkout.
>>>
>>> Uwe
>>> Am 26.09.2022 um 15:44 schrieb Uwe Schindler:
>>>
>>> Hey,
>>>
>>> after merge of Java 19 support to main, 9.x and to-be-released 9.4, there
>>> is a small change needed in your gradle.properties file. In earlier version
>>> we disabled auto-provisioning of JDK releases for compilation, but now it
>>> is required.
>>>
>>> If your build hangs at :lucene:core:compileMain19Java saying that theres
>>> no release of Java 19 available, please change your gradle.properties in
>>> your home folder to enable this feature:
>>>
>>> org.gradle.java.installations.auto-download=true
>>>
>>> If you delete the file and let the build system regenerate it, all will
>>> work out of box. So you have the choice: Delete the file to regenerate
>>> defaults or modify above property!
>>>
>>> Please also not that depending on your build system, the classes in
>>> lucene/core/src/java19 may not compile (e.g. in Eclipse). I will work on
>>> this in the following weeks. For now just ignore the compilation unit or
>>> delete it from your IDE config. I may do something automatically using our
>>> IDE autoconfiguration.
>>>
>>> If you do not want Gradle to auto-provision the Java 19 for compilation of
>>> those Preview classes, pass environment variable JAVA19_HOME=/path/to/jdk19
>>> to your build!
>>>
>>> To actually test the new code: Build the Lucene JAR and run the test suite
>>> with RUNTIME_JAVA_HOME=/path/to/jdk19; alternatively compile your
>>> application and pass "--enable-preview" to the Java command line!
>>>
>>> Thanks,
>>>
>>> Uwe
>>>
>>> --
>>> Uwe Schindler
>>> Achterdiek 19, D-28357 Bremenhttps://www.thetaphi.de
>>> eMail: u...@thetaphi.de
>>>
>>> --
>>> Uwe Schindler
>>> Achterdiek 19, D-28357 Bremenhttps://www.thetaphi.de
>>> eMail: u...@thetaphi.de
>>>
>>>
>
>--
>Uwe Schindler
>Achterdiek 19, 28357 Bremen
>https://www.thetaphi.de
--
Uwe Schindler
Achterdiek 19, 28357 Bremen
https://www.thetaphi.de

Re: IMPORTANT: Please update your gradle.properties file in your Lucene checkout!

2022-09-27 Thread Robert Muir
the 'gradlew -q javaToolChains' command is useful to see which JVMs
gradle knows about.

On Tue, Sep 27, 2022 at 3:34 PM Uwe Schindler  wrote:
>
> You just need to recreate Gradle properties, e.g. by deleting the old file.
>
> If you do not change anything Gradle will just work. On first build it will 
> autoprovision JDK 19 like any other dependency into the Gradle cache like 
> Maven artifacts and use it to compile the java 19 specific classes. The java 
> home should still point to java 17 or java 11.
>
> The environment var is just needed if you have JDK 19 at a non standard 
> location AND you don't want Gradle to download it automatically (Robert did 
> not want).
>
> Uwe
>
> P.S.: It will also check before downloading of you have a version of 19 
> installed in the OS dependent Standard locations (Ubuntu,...) Or from windows 
> registry or MacOS installer.
>
> Am 27. September 2022 19:48:05 MESZ schrieb David Smiley :
>>
>> > If you do not want Gradle to auto-provision the Java 19 for compilation of 
>> > those Preview classes, pass environment variable 
>> > JAVA19_HOME=/path/to/jdk19 to your build!
>>
>> That seems inverted; maybe I misunderstand?  If say we're working locally 
>> without Java 19 and don't want to bother it during dev, we should still have 
>> an env variable pointing to it?
>>
>> ~ David Smiley
>> Apache Lucene/Solr Search Developer
>> http://www.linkedin.com/in/davidwsmiley
>>
>>
>> On Mon, Sep 26, 2022 at 9:57 AM Uwe Schindler  wrote:
>>>
>>> Hi,
>>>
>>> with deleting the file, I meant the "gradle.properties" in the lucene 
>>> checkout.
>>>
>>> Uwe
>>>
>>> Am 26.09.2022 um 15:44 schrieb Uwe Schindler:
>>>
>>> Hey,
>>>
>>> after merge of Java 19 support to main, 9.x and to-be-released 9.4, there 
>>> is a small change needed in your gradle.properties file. In earlier version 
>>> we disabled auto-provisioning of JDK releases for compilation, but now it 
>>> is required.
>>>
>>> If your build hangs at :lucene:core:compileMain19Java saying that theres no 
>>> release of Java 19 available, please change your gradle.properties in your 
>>> home folder to enable this feature:
>>>
>>> org.gradle.java.installations.auto-download=true
>>>
>>> If you delete the file and let the build system regenerate it, all will 
>>> work out of box. So you have the choice: Delete the file to regenerate 
>>> defaults or modify above property!
>>>
>>> Please also not that depending on your build system, the classes in 
>>> lucene/core/src/java19 may not compile (e.g. in Eclipse). I will work on 
>>> this in the following weeks. For now just ignore the compilation unit or 
>>> delete it from your IDE config. I may do something automatically using our 
>>> IDE autoconfiguration.
>>>
>>> If you do not want Gradle to auto-provision the Java 19 for compilation of 
>>> those Preview classes, pass environment variable JAVA19_HOME=/path/to/jdk19 
>>> to your build!
>>>
>>> To actually test the new code: Build the Lucene JAR and run the test suite 
>>> with RUNTIME_JAVA_HOME=/path/to/jdk19; alternatively compile your 
>>> application and pass "--enable-preview" to the Java command line!
>>>
>>> Thanks,
>>>
>>> Uwe
>>>
>>> --
>>> Uwe Schindler
>>> Achterdiek 19, D-28357 Bremen
>>> https://www.thetaphi.de
>>> eMail: u...@thetaphi.de
>>>
>>> --
>>> Uwe Schindler
>>> Achterdiek 19, D-28357 Bremen
>>> https://www.thetaphi.de
>>> eMail: u...@thetaphi.de
>
> --
> Uwe Schindler
> Achterdiek 19, 28357 Bremen
> https://www.thetaphi.de

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



Re: IMPORTANT: Please update your gradle.properties file in your Lucene checkout!

2022-09-27 Thread Uwe Schindler
You just need to recreate Gradle properties, e.g. by deleting the old file.

If you do not change anything Gradle will just work. On first build it will 
autoprovision JDK 19 like any other dependency into the Gradle cache like Maven 
artifacts and use it to compile the java 19 specific classes. The java home 
should still point to java 17 or java 11.

The environment var is just needed if you have JDK 19 at a non standard 
location AND you don't want Gradle to download it automatically (Robert did not 
want). 

Uwe

P.S.: It will also check before downloading of you have a version of 19 
installed in the OS dependent Standard locations (Ubuntu,...) Or from windows 
registry or MacOS installer.

Am 27. September 2022 19:48:05 MESZ schrieb David Smiley :
>> If you do not want Gradle to auto-provision the Java 19 for compilation
>of those Preview classes, pass environment variable
>JAVA19_HOME=/path/to/jdk19 to your build!
>
>That seems inverted; maybe I misunderstand?  If say we're working locally
>without Java 19 and don't want to bother it during dev, we should still
>have an env variable pointing to it?
>
>~ David Smiley
>Apache Lucene/Solr Search Developer
>http://www.linkedin.com/in/davidwsmiley
>
>
>On Mon, Sep 26, 2022 at 9:57 AM Uwe Schindler  wrote:
>
>> Hi,
>>
>> with deleting the file, I meant the "gradle.properties" in the lucene
>> checkout.
>>
>> Uwe
>> Am 26.09.2022 um 15:44 schrieb Uwe Schindler:
>>
>> Hey,
>>
>> after merge of Java 19 support to main, 9.x and to-be-released 9.4, there
>> is a small change needed in your gradle.properties file. In earlier version
>> we disabled auto-provisioning of JDK releases for compilation, but now it
>> is required.
>>
>> If your build hangs at :lucene:core:compileMain19Java saying that theres
>> no release of Java 19 available, please change your gradle.properties in
>> your home folder to enable this feature:
>>
>> org.gradle.java.installations.auto-download=true
>>
>> If you delete the file and let the build system regenerate it, all will
>> work out of box. So you have the choice: Delete the file to regenerate
>> defaults or modify above property!
>>
>> Please also not that depending on your build system, the classes in
>> lucene/core/src/java19 may not compile (e.g. in Eclipse). I will work on
>> this in the following weeks. For now just ignore the compilation unit or
>> delete it from your IDE config. I may do something automatically using our
>> IDE autoconfiguration.
>>
>> If you do not want Gradle to auto-provision the Java 19 for compilation of
>> those Preview classes, pass environment variable JAVA19_HOME=/path/to/jdk19
>> to your build!
>>
>> To actually test the new code: Build the Lucene JAR and run the test suite
>> with RUNTIME_JAVA_HOME=/path/to/jdk19; alternatively compile your
>> application and pass "--enable-preview" to the Java command line!
>>
>> Thanks,
>>
>> Uwe
>>
>> --
>> Uwe Schindler
>> Achterdiek 19, D-28357 Bremenhttps://www.thetaphi.de
>> eMail: u...@thetaphi.de
>>
>> --
>> Uwe Schindler
>> Achterdiek 19, D-28357 Bremenhttps://www.thetaphi.de
>> eMail: u...@thetaphi.de
>>
>>

--
Uwe Schindler
Achterdiek 19, 28357 Bremen
https://www.thetaphi.de

Re: IMPORTANT: Please update your gradle.properties file in your Lucene checkout!

2022-09-27 Thread David Smiley
> If you do not want Gradle to auto-provision the Java 19 for compilation
of those Preview classes, pass environment variable
JAVA19_HOME=/path/to/jdk19 to your build!

That seems inverted; maybe I misunderstand?  If say we're working locally
without Java 19 and don't want to bother it during dev, we should still
have an env variable pointing to it?

~ David Smiley
Apache Lucene/Solr Search Developer
http://www.linkedin.com/in/davidwsmiley


On Mon, Sep 26, 2022 at 9:57 AM Uwe Schindler  wrote:

> Hi,
>
> with deleting the file, I meant the "gradle.properties" in the lucene
> checkout.
>
> Uwe
> Am 26.09.2022 um 15:44 schrieb Uwe Schindler:
>
> Hey,
>
> after merge of Java 19 support to main, 9.x and to-be-released 9.4, there
> is a small change needed in your gradle.properties file. In earlier version
> we disabled auto-provisioning of JDK releases for compilation, but now it
> is required.
>
> If your build hangs at :lucene:core:compileMain19Java saying that theres
> no release of Java 19 available, please change your gradle.properties in
> your home folder to enable this feature:
>
> org.gradle.java.installations.auto-download=true
>
> If you delete the file and let the build system regenerate it, all will
> work out of box. So you have the choice: Delete the file to regenerate
> defaults or modify above property!
>
> Please also not that depending on your build system, the classes in
> lucene/core/src/java19 may not compile (e.g. in Eclipse). I will work on
> this in the following weeks. For now just ignore the compilation unit or
> delete it from your IDE config. I may do something automatically using our
> IDE autoconfiguration.
>
> If you do not want Gradle to auto-provision the Java 19 for compilation of
> those Preview classes, pass environment variable JAVA19_HOME=/path/to/jdk19
> to your build!
>
> To actually test the new code: Build the Lucene JAR and run the test suite
> with RUNTIME_JAVA_HOME=/path/to/jdk19; alternatively compile your
> application and pass "--enable-preview" to the Java command line!
>
> Thanks,
>
> Uwe
>
> --
> Uwe Schindler
> Achterdiek 19, D-28357 Bremenhttps://www.thetaphi.de
> eMail: u...@thetaphi.de
>
> --
> Uwe Schindler
> Achterdiek 19, D-28357 Bremenhttps://www.thetaphi.de
> eMail: u...@thetaphi.de
>
>


Re: [VOTE] Release Lucene 9.4.0 RC3

2022-09-27 Thread Adrien Grand
+1 SUCCESS! [1:13:37.634770]

On Tue, Sep 27, 2022 at 6:44 PM Uwe Schindler  wrote:

> Hi,
>
> Policeman Jenkins checked the release candidate 3 (RC3) for me (
> https://jenkins.thetaphi.de/job/Lucene-Release-Tester/22/console):
>
> SUCCESS! [1:42:45.782213]
> Finished: SUCCESS
>
> I also checked Luke downloaded from the binary JAR and tested Java 19
> support:
>
>- When starting Luke with Java 11 it says in log window that MMapDir
>is not supported (which is correct and was always the case since we
>switched to module system to start Luke, because unmapping does not work in
>module system until you add jdk.unsupported optional module, which Luke
>does not do).
>- When you start Luke with Java 19, it logs to the logger window that
>it has detected Java 19 and that you should pass "--enable-preview" to make
>full use of it.
>- When you start Luke with Java 19 and "--enable-preview", it uses the
>new MMAP implementation! voila!
>
> I also ran the build system manually with Java 19 and all tests succeeded.
>
> +1 to release!
>
> Uwe
>
> Am 27.09.2022 um 15:14 schrieb Michael Sokolov:
>
> Please vote for release candidate 3 for Lucene 9.4.0
>
> The artifacts can be downloaded 
> from:https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC3-rev-d2e22e18c6c92b6a6ba0bbc26d78b5e82832f956
>
> You can run the smoke tester directly with this command:
>
> python3 -u dev-tools/scripts/smokeTestRelease.py 
> \https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC3-rev-d2e22e18c6c92b6a6ba0bbc26d78b5e82832f956
>
> The vote will be open for at least 72 hours i.e. until 2022-09-30 14:00 UTC.
>
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)
>
> Here is my +1
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
>
> --
> Uwe Schindler
> Achterdiek 19, D-28357 Bremenhttps://www.thetaphi.de
> eMail: u...@thetaphi.de
>
>

-- 
Adrien


Re: [VOTE] Release Lucene 9.4.0 RC3

2022-09-27 Thread Uwe Schindler

Hi,

Policeman Jenkins checked the release candidate 3 (RC3) for me 
(https://jenkins.thetaphi.de/job/Lucene-Release-Tester/22/console):


SUCCESS! [1:42:45.782213]
Finished: SUCCESS

I also checked Luke downloaded from the binary JAR and tested Java 19 
support:


 * When starting Luke with Java 11 it says in log window that MMapDir
   is not supported (which is correct and was always the case since we
   switched to module system to start Luke, because unmapping does not
   work in module system until you add jdk.unsupported optional module,
   which Luke does not do).
 * When you start Luke with Java 19, it logs to the logger window that
   it has detected Java 19 and that you should pass "--enable-preview"
   to make full use of it.
 * When you start Luke with Java 19 and "--enable-preview", it uses the
   new MMAP implementation! voila!

I also ran the build system manually with Java 19 and all tests succeeded.

+1 to release!

Uwe

Am 27.09.2022 um 15:14 schrieb Michael Sokolov:


Please vote for release candidate 3 for Lucene 9.4.0

The artifacts can be downloaded from:
https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC3-rev-d2e22e18c6c92b6a6ba0bbc26d78b5e82832f956

You can run the smoke tester directly with this command:

python3 -u dev-tools/scripts/smokeTestRelease.py \
https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC3-rev-d2e22e18c6c92b6a6ba0bbc26d78b5e82832f956

The vote will be open for at least 72 hours i.e. until 2022-09-30 14:00 UTC.

[ ] +1  approve
[ ] +0  no opinion
[ ] -1  disapprove (and reason why)

Here is my +1

-
To unsubscribe, e-mail:dev-unsubscr...@lucene.apache.org
For additional commands, e-mail:dev-h...@lucene.apache.org


--
Uwe Schindler
Achterdiek 19, D-28357 Bremen
https://www.thetaphi.de
eMail:u...@thetaphi.de


Re: [VOTE] Release Lucene 9.4.0 RC3

2022-09-27 Thread Robert Muir
+1

Smoketester works for me again without hassles, thanks Uwe.

I tested both java 11 and java 17.

SUCCESS! [2:49:13.336252]

P.S. It would be nice option in the future to be able to test other
versions that we have MR-jar'd code for (e.g. 19 in this case).

On Tue, Sep 27, 2022 at 9:15 AM Michael Sokolov  wrote:
>
> Please vote for release candidate 3 for Lucene 9.4.0
>
> The artifacts can be downloaded from:
> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC3-rev-d2e22e18c6c92b6a6ba0bbc26d78b5e82832f956
>
> You can run the smoke tester directly with this command:
>
> python3 -u dev-tools/scripts/smokeTestRelease.py \
> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC3-rev-d2e22e18c6c92b6a6ba0bbc26d78b5e82832f956
>
> The vote will be open for at least 72 hours i.e. until 2022-09-30 14:00 UTC.
>
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)
>
> Here is my +1
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
>

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



Re: [VOTE] Release Lucene 9.4.0 RC2

2022-09-27 Thread Ignacio Vera
Thank you Mike, sorry for all the extra work!

On Tue, Sep 27, 2022 at 3:14 PM Michael Sokolov  wrote:

> OK, well I am glad we were able to fix quickly.
>
> This vote is failed; I've re-spun RC3 and will start a new vote thread
>
> On Tue, Sep 27, 2022 at 5:52 AM Uwe Schindler  wrote:
> >
> > Hi,
> >
> > I also added the small build system changes and the localSettings fix
> for Smoketester to make Robert happy with validating release :-)
> >
> > Uwe
> >
> > Am 27.09.2022 um 10:59 schrieb Ignacio Vera:
> >
> > I pushed a fix to all relevant branches:
> https://github.com/apache/lucene/pull/11825
> >
> >
> >
> > On Tue, Sep 27, 2022 at 10:44 AM Anshum Gupta 
> wrote:
> >>
> >> Thanks Ignacio for noticing and reporting that. I agree with Uwe, it
> makes sense to cancel this vote and get the fix in.
> >>
> >> Thank you for being patient, Mike :)
> >>
> >> On Tue, Sep 27, 2022 at 1:20 AM Uwe Schindler  wrote:
> >>>
> >>> Hi,
> >>>
> >>> that's too bad! As not many have ran smoke tester, I think it may be a
> good idea to now stop the release.
> >>>
> >>> If we respin, I will backport some small build system fixes like
> support for Eclipse and Smoketester bootup (regarding MR-JAR) also to the
> 9.4 branch. But that's not urgent.
> >>>
> >>> Uwe
> >>>
> >>> Am 27.09.2022 um 10:01 schrieb Ignacio Vera:
> >>>
> >>> Hi,
> >>>
> >>> I just noticed an important regression on polygon queries using the
> LatLonPoint field, see https://github.com/apache/lucene/issues/11824.
> >>>
> >>> It feels like an important regression so it might be worth a
> respinning.  Sorry about that.
> >>>
> >>>
> >>> On Mon, Sep 26, 2022 at 10:30 PM Anshum Gupta 
> wrote:
> 
>  +1 (binding)
> 
>  Smoke tests passed and I tried out basic indexing and search.
>  SUCCESS! [0:59:09.751008]
> 
>  Thanks for your effort Mike, and everyone else.
> 
>  On Mon, Sep 26, 2022 at 8:47 AM Michael Sokolov 
> wrote:
> >
> > Please vote for release candidate 2 for Lucene 9.4.0
> >
> > The artifacts can be downloaded from:
> >
> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC2-rev-0384b4fcad7856ddc574c8b994c814a568ce6d0a
> >
> > You can run the smoke tester directly with this command:
> >
> > python3 -u dev-tools/scripts/smokeTestRelease.py \
> >
> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC2-rev-0384b4fcad7856ddc574c8b994c814a568ce6d0a
> >
> > The vote will be open for at least 72 hours i.e. until 2022-09-29
> 16:00 UTC.
> >
> > [ ] +1  approve
> > [ ] +0  no opinion
> > [ ] -1  disapprove (and reason why)
> >
> > Here is my +1
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> > For additional commands, e-mail: dev-h...@lucene.apache.org
> >
> 
> 
>  --
>  Anshum Gupta
> >>>
> >>> --
> >>> Uwe Schindler
> >>> Achterdiek 19, D-28357 Bremen
> >>> https://www.thetaphi.de
> >>> eMail: u...@thetaphi.de
> >>
> >>
> >>
> >> --
> >> Anshum Gupta
> >
> > --
> > Uwe Schindler
> > Achterdiek 19, D-28357 Bremen
> > https://www.thetaphi.de
> > eMail: u...@thetaphi.de
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
>
>


[VOTE] Release Lucene 9.4.0 RC3

2022-09-27 Thread Michael Sokolov
Please vote for release candidate 3 for Lucene 9.4.0

The artifacts can be downloaded from:
https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC3-rev-d2e22e18c6c92b6a6ba0bbc26d78b5e82832f956

You can run the smoke tester directly with this command:

python3 -u dev-tools/scripts/smokeTestRelease.py \
https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC3-rev-d2e22e18c6c92b6a6ba0bbc26d78b5e82832f956

The vote will be open for at least 72 hours i.e. until 2022-09-30 14:00 UTC.

[ ] +1  approve
[ ] +0  no opinion
[ ] -1  disapprove (and reason why)

Here is my +1

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



Re: [VOTE] Release Lucene 9.4.0 RC2

2022-09-27 Thread Michael Sokolov
OK, well I am glad we were able to fix quickly.

This vote is failed; I've re-spun RC3 and will start a new vote thread

On Tue, Sep 27, 2022 at 5:52 AM Uwe Schindler  wrote:
>
> Hi,
>
> I also added the small build system changes and the localSettings fix for 
> Smoketester to make Robert happy with validating release :-)
>
> Uwe
>
> Am 27.09.2022 um 10:59 schrieb Ignacio Vera:
>
> I pushed a fix to all relevant branches: 
> https://github.com/apache/lucene/pull/11825
>
>
>
> On Tue, Sep 27, 2022 at 10:44 AM Anshum Gupta  wrote:
>>
>> Thanks Ignacio for noticing and reporting that. I agree with Uwe, it makes 
>> sense to cancel this vote and get the fix in.
>>
>> Thank you for being patient, Mike :)
>>
>> On Tue, Sep 27, 2022 at 1:20 AM Uwe Schindler  wrote:
>>>
>>> Hi,
>>>
>>> that's too bad! As not many have ran smoke tester, I think it may be a good 
>>> idea to now stop the release.
>>>
>>> If we respin, I will backport some small build system fixes like support 
>>> for Eclipse and Smoketester bootup (regarding MR-JAR) also to the 9.4 
>>> branch. But that's not urgent.
>>>
>>> Uwe
>>>
>>> Am 27.09.2022 um 10:01 schrieb Ignacio Vera:
>>>
>>> Hi,
>>>
>>> I just noticed an important regression on polygon queries using the 
>>> LatLonPoint field, see https://github.com/apache/lucene/issues/11824.
>>>
>>> It feels like an important regression so it might be worth a respinning.  
>>> Sorry about that.
>>>
>>>
>>> On Mon, Sep 26, 2022 at 10:30 PM Anshum Gupta  
>>> wrote:

 +1 (binding)

 Smoke tests passed and I tried out basic indexing and search.
 SUCCESS! [0:59:09.751008]

 Thanks for your effort Mike, and everyone else.

 On Mon, Sep 26, 2022 at 8:47 AM Michael Sokolov  wrote:
>
> Please vote for release candidate 2 for Lucene 9.4.0
>
> The artifacts can be downloaded from:
> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC2-rev-0384b4fcad7856ddc574c8b994c814a568ce6d0a
>
> You can run the smoke tester directly with this command:
>
> python3 -u dev-tools/scripts/smokeTestRelease.py \
> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC2-rev-0384b4fcad7856ddc574c8b994c814a568ce6d0a
>
> The vote will be open for at least 72 hours i.e. until 2022-09-29 16:00 
> UTC.
>
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)
>
> Here is my +1
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
>


 --
 Anshum Gupta
>>>
>>> --
>>> Uwe Schindler
>>> Achterdiek 19, D-28357 Bremen
>>> https://www.thetaphi.de
>>> eMail: u...@thetaphi.de
>>
>>
>>
>> --
>> Anshum Gupta
>
> --
> Uwe Schindler
> Achterdiek 19, D-28357 Bremen
> https://www.thetaphi.de
> eMail: u...@thetaphi.de

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



Re: [VOTE] Release Lucene 9.4.0 RC2

2022-09-27 Thread Uwe Schindler

Hi,

I also added the small build system changes and the localSettings fix 
for Smoketester to make Robert happy with validating release :-)


Uwe

Am 27.09.2022 um 10:59 schrieb Ignacio Vera:
I pushed a fix to all relevant branches: 
https://github.com/apache/lucene/pull/11825




On Tue, Sep 27, 2022 at 10:44 AM Anshum Gupta  
wrote:


Thanks Ignacio for noticing and reporting that. I agree with Uwe,
it makes sense to cancel this vote and get the fix in.

Thank you for being patient, Mike :)

On Tue, Sep 27, 2022 at 1:20 AM Uwe Schindler  wrote:

Hi,

that's too bad! As not many have ran smoke tester, I think it
may be a good idea to now stop the release.

If we respin, I will backport some small build system fixes
like support for Eclipse and Smoketester bootup (regarding
MR-JAR) also to the 9.4 branch. But that's not urgent.

Uwe

Am 27.09.2022 um 10:01 schrieb Ignacio Vera:

Hi,

I just noticed an important regression on polygon queries
using the LatLonPoint field, see
https://github.com/apache/lucene/issues/11824.

It feels like an important regression so it might be worth a
respinning.  Sorry about that.


On Mon, Sep 26, 2022 at 10:30 PM Anshum Gupta
 wrote:

+1 (binding)

Smoke tests passed and I tried out basic indexing and search.
SUCCESS! [0:59:09.751008]

Thanks for your effort Mike, and everyone else.

On Mon, Sep 26, 2022 at 8:47 AM Michael Sokolov
 wrote:

Please vote for release candidate 2 for Lucene 9.4.0

The artifacts can be downloaded from:

https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC2-rev-0384b4fcad7856ddc574c8b994c814a568ce6d0a

You can run the smoke tester directly with this command:

python3 -u dev-tools/scripts/smokeTestRelease.py \

https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC2-rev-0384b4fcad7856ddc574c8b994c814a568ce6d0a

The vote will be open for at least 72 hours i.e.
until 2022-09-29 16:00 UTC.

[ ] +1  approve
[ ] +0  no opinion
[ ] -1  disapprove (and reason why)

Here is my +1


-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail:
dev-h...@lucene.apache.org



-- 
Anshum Gupta


-- 
Uwe Schindler

Achterdiek 19, D-28357 Bremen
https://www.thetaphi.de
eMail:u...@thetaphi.de



-- 
Anshum Gupta



--
Uwe Schindler
Achterdiek 19, D-28357 Bremen
https://www.thetaphi.de
eMail:u...@thetaphi.de


Re: [VOTE] Release Lucene 9.4.0 RC2

2022-09-27 Thread Ignacio Vera
I pushed a fix to all relevant branches:
https://github.com/apache/lucene/pull/11825



On Tue, Sep 27, 2022 at 10:44 AM Anshum Gupta 
wrote:

> Thanks Ignacio for noticing and reporting that. I agree with Uwe, it makes
> sense to cancel this vote and get the fix in.
>
> Thank you for being patient, Mike :)
>
> On Tue, Sep 27, 2022 at 1:20 AM Uwe Schindler  wrote:
>
>> Hi,
>>
>> that's too bad! As not many have ran smoke tester, I think it may be a
>> good idea to now stop the release.
>>
>> If we respin, I will backport some small build system fixes like support
>> for Eclipse and Smoketester bootup (regarding MR-JAR) also to the 9.4
>> branch. But that's not urgent.
>>
>> Uwe
>> Am 27.09.2022 um 10:01 schrieb Ignacio Vera:
>>
>> Hi,
>>
>> I just noticed an important regression on polygon queries using the
>> LatLonPoint field, see https://github.com/apache/lucene/issues/11824.
>>
>> It feels like an important regression so it might be worth a respinning.
>> Sorry about that.
>>
>>
>> On Mon, Sep 26, 2022 at 10:30 PM Anshum Gupta 
>> wrote:
>>
>>> +1 (binding)
>>>
>>> Smoke tests passed and I tried out basic indexing and search.
>>> SUCCESS! [0:59:09.751008]
>>>
>>> Thanks for your effort Mike, and everyone else.
>>>
>>> On Mon, Sep 26, 2022 at 8:47 AM Michael Sokolov 
>>> wrote:
>>>
 Please vote for release candidate 2 for Lucene 9.4.0

 The artifacts can be downloaded from:

 https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC2-rev-0384b4fcad7856ddc574c8b994c814a568ce6d0a

 You can run the smoke tester directly with this command:

 python3 -u dev-tools/scripts/smokeTestRelease.py \

 https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC2-rev-0384b4fcad7856ddc574c8b994c814a568ce6d0a

 The vote will be open for at least 72 hours i.e. until 2022-09-29 16:00
 UTC.

 [ ] +1  approve
 [ ] +0  no opinion
 [ ] -1  disapprove (and reason why)

 Here is my +1

 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org


>>>
>>> --
>>> Anshum Gupta
>>>
>> --
>> Uwe Schindler
>> Achterdiek 19, D-28357 Bremenhttps://www.thetaphi.de
>> eMail: u...@thetaphi.de
>>
>>
>
> --
> Anshum Gupta
>


Re: [VOTE] Release Lucene 9.4.0 RC2

2022-09-27 Thread Anshum Gupta
Thanks Ignacio for noticing and reporting that. I agree with Uwe, it makes
sense to cancel this vote and get the fix in.

Thank you for being patient, Mike :)

On Tue, Sep 27, 2022 at 1:20 AM Uwe Schindler  wrote:

> Hi,
>
> that's too bad! As not many have ran smoke tester, I think it may be a
> good idea to now stop the release.
>
> If we respin, I will backport some small build system fixes like support
> for Eclipse and Smoketester bootup (regarding MR-JAR) also to the 9.4
> branch. But that's not urgent.
>
> Uwe
> Am 27.09.2022 um 10:01 schrieb Ignacio Vera:
>
> Hi,
>
> I just noticed an important regression on polygon queries using the
> LatLonPoint field, see https://github.com/apache/lucene/issues/11824.
>
> It feels like an important regression so it might be worth a respinning.
> Sorry about that.
>
>
> On Mon, Sep 26, 2022 at 10:30 PM Anshum Gupta 
> wrote:
>
>> +1 (binding)
>>
>> Smoke tests passed and I tried out basic indexing and search.
>> SUCCESS! [0:59:09.751008]
>>
>> Thanks for your effort Mike, and everyone else.
>>
>> On Mon, Sep 26, 2022 at 8:47 AM Michael Sokolov 
>> wrote:
>>
>>> Please vote for release candidate 2 for Lucene 9.4.0
>>>
>>> The artifacts can be downloaded from:
>>>
>>> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC2-rev-0384b4fcad7856ddc574c8b994c814a568ce6d0a
>>>
>>> You can run the smoke tester directly with this command:
>>>
>>> python3 -u dev-tools/scripts/smokeTestRelease.py \
>>>
>>> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC2-rev-0384b4fcad7856ddc574c8b994c814a568ce6d0a
>>>
>>> The vote will be open for at least 72 hours i.e. until 2022-09-29 16:00
>>> UTC.
>>>
>>> [ ] +1  approve
>>> [ ] +0  no opinion
>>> [ ] -1  disapprove (and reason why)
>>>
>>> Here is my +1
>>>
>>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
>>> For additional commands, e-mail: dev-h...@lucene.apache.org
>>>
>>>
>>
>> --
>> Anshum Gupta
>>
> --
> Uwe Schindler
> Achterdiek 19, D-28357 Bremenhttps://www.thetaphi.de
> eMail: u...@thetaphi.de
>
>

-- 
Anshum Gupta


Re: [VOTE] Release Lucene 9.4.0 RC2

2022-09-27 Thread Uwe Schindler

Hi,

that's too bad! As not many have ran smoke tester, I think it may be a 
good idea to now stop the release.


If we respin, I will backport some small build system fixes like support 
for Eclipse and Smoketester bootup (regarding MR-JAR) also to the 9.4 
branch. But that's not urgent.


Uwe

Am 27.09.2022 um 10:01 schrieb Ignacio Vera:

Hi,

I just noticed an important regression on polygon queries using the 
LatLonPoint field, see https://github.com/apache/lucene/issues/11824.


It feels like an important regression so it might be worth a 
respinning.  Sorry about that.



On Mon, Sep 26, 2022 at 10:30 PM Anshum Gupta  
wrote:


+1 (binding)

Smoke tests passed and I tried out basic indexing and search.
SUCCESS! [0:59:09.751008]

Thanks for your effort Mike, and everyone else.

On Mon, Sep 26, 2022 at 8:47 AM Michael Sokolov
 wrote:

Please vote for release candidate 2 for Lucene 9.4.0

The artifacts can be downloaded from:

https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC2-rev-0384b4fcad7856ddc574c8b994c814a568ce6d0a

You can run the smoke tester directly with this command:

python3 -u dev-tools/scripts/smokeTestRelease.py \

https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC2-rev-0384b4fcad7856ddc574c8b994c814a568ce6d0a

The vote will be open for at least 72 hours i.e. until
2022-09-29 16:00 UTC.

[ ] +1  approve
[ ] +0  no opinion
[ ] -1  disapprove (and reason why)

Here is my +1

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



-- 
Anshum Gupta



--
Uwe Schindler
Achterdiek 19, D-28357 Bremen
https://www.thetaphi.de
eMail:u...@thetaphi.de


Re: [VOTE] Release Lucene 9.4.0 RC2

2022-09-27 Thread Ignacio Vera
Hi,

I just noticed an important regression on polygon queries using the
LatLonPoint field, see https://github.com/apache/lucene/issues/11824.

It feels like an important regression so it might be worth a respinning.
Sorry about that.


On Mon, Sep 26, 2022 at 10:30 PM Anshum Gupta 
wrote:

> +1 (binding)
>
> Smoke tests passed and I tried out basic indexing and search.
> SUCCESS! [0:59:09.751008]
>
> Thanks for your effort Mike, and everyone else.
>
> On Mon, Sep 26, 2022 at 8:47 AM Michael Sokolov 
> wrote:
>
>> Please vote for release candidate 2 for Lucene 9.4.0
>>
>> The artifacts can be downloaded from:
>>
>> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC2-rev-0384b4fcad7856ddc574c8b994c814a568ce6d0a
>>
>> You can run the smoke tester directly with this command:
>>
>> python3 -u dev-tools/scripts/smokeTestRelease.py \
>>
>> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC2-rev-0384b4fcad7856ddc574c8b994c814a568ce6d0a
>>
>> The vote will be open for at least 72 hours i.e. until 2022-09-29 16:00
>> UTC.
>>
>> [ ] +1  approve
>> [ ] +0  no opinion
>> [ ] -1  disapprove (and reason why)
>>
>> Here is my +1
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
>> For additional commands, e-mail: dev-h...@lucene.apache.org
>>
>>
>
> --
> Anshum Gupta
>