Re: [VOTE] Release Lucene 9.4.0 RC1

2022-09-26 Thread Michael Sokolov
OK - well, this vote passed, but we will re-spin to capture the bug
fix and the JDK-19 support. I'll open a new vite thread for RC2

On Mon, Sep 26, 2022 at 9:57 AM Uwe Schindler  wrote:
>
> See my mail before. Delete gradle.properties from Lucene checkout folder.
>
> Uwe
>
> Am 26.09.2022 um 15:51 schrieb Michael Sokolov:
> > Hm the build failed with this:
> >
> > FAILURE: Build failed with an exception.
> >
> > * What went wrong:
> > Execution failed for task ':lucene:core:compileMain19Java'.
> >> Error while evaluating property 'javaCompiler' of task 
> >> ':lucene:core:compileMain19Java'
> > > Failed to calculate the value of task
> > ':lucene:core:compileMain19Java' property 'javaCompiler'.
> >> No compatible toolchains found for request filter:
> > {languageVersion=19, vendor=any, implementation=vendor-specific}
> > (auto-detect true, auto-download false)
> >
> > Does this just mean I need to install JDK19, or is there some problem
> > in our build scripts?  If I install will it autodetect??
> >
> > On Mon, Sep 26, 2022 at 9:36 AM Michael Sokolov  wrote:
> >> Nice! Thanks everyone, I will refresh and start building the artifacts
> >>
> >> On Mon, Sep 26, 2022 at 9:33 AM Uwe Schindler  wrote:
> >>> OK,
> >>>
> >>> Java 19 support for Panama Foreign is in! Thanks for waiting!
> >>>
> >>> Uwe
> >>>
> >>> Am 26.09.2022 um 15:08 schrieb Uwe Schindler:
> >>>
> >>> I will also merge shortly! Please have a quick look @ 
> >>> https://github.com/apache/lucene/pull/912
> >>>
> >>> That's really great that Eclipse Adoptium released in time :-)
> >>>
> >>> Uwe
> >>>
> >>> Am 26.09.2022 um 14:57 schrieb Adrien Grand:
> >>>
> >>> The change is now on branch_9_4.
> >>>
> >>> On Mon, Sep 26, 2022 at 2:38 PM Adrien Grand  wrote:
>  I opened a PR and will backport it to relevant branches shortly: 
>  https://github.com/apache/lucene/pull/11818.
> 
>  On Mon, Sep 26, 2022 at 2:26 PM Uwe Schindler  wrote:
> > Hi Michael,
> >
> > if you give me an hour or so to add changes. All fine now!
> >> I will re-spin today. I don't think we should wait any longer for
> >> AdoptOpenJDK - sorry Uwe; I too would like to be able to mess around
> >> with the new features in JDK19, but I think it's not a good precedent
> >> to tie our release schedule to an external project's.
> > Release was done a minute ago:
> >
> > C:\Users\Uwe Schindler\Projects\lucene\lucene>gradlew :lucene:core:jar
> > Starting a Gradle Daemon (subsequent builds will be faster)
> > <=> 100% CONFIGURING [31s]
> >   > Provisioning toolchain adoptopenjdk-19-x64-windows.zip >
> > adoptopenjdk-19-x64-windows.zip > 24.3 MiB/187.4 MiB downloaded
> >
> > So I can update and merge, build succeeds and it provisiones JDK 19
> > automatically and Gradle runs.
> >
> > Uwe
> >
> >> On Mon, Sep 26, 2022 at 5:42 AM Adrien Grand  wrote:
> >>> Ignacio made me notice than the new Lucene94FieldInfosFormat did not 
> >>> change the codec name compared to Lucene90FieldInfosFormat: 
> >>> https://github.com/apache/lucene/blob/branch_9_4/lucene/core/src/java/org/apache/lucene/codecs/lucene94/Lucene94FieldInfosFormat.java#L376.
> >>>
> >>> The issue with this is that if you mistakenly open a 
> >>> Lucene90FieldInfos file with the 9.4 codec, then it will tell you 
> >>> that there is a corruption despite the fact that checksums match, 
> >>> instead of pointing out the codec mismatch.
> >>>
> >>> I suggest that we respin to address this problem.
> >>>
> >>> On Sun, Sep 25, 2022 at 8:24 PM Anshum Gupta  
> >>> wrote:
>  +1 (binding)
> 
>  The smoke tests passed.
>  SUCCESS! [2:49:17.242508]
> 
>  On Fri, Sep 23, 2022 at 12:22 PM Patrick Zhai  
>  wrote:
> > (non-binding) +1
> >
> > SUCCESS! [1:11:00.934249]
> >
> > On Fri, Sep 23, 2022 at 9:44 AM Vigya Sharma  
> > wrote:
> >> The smoke tests passed for me too..
> >>
> >>
> >> (no vote)
> >>
> >> SUCCESS! [1:12:31.588303]
> >>
> >>
> >> On Thu, Sep 22, 2022 at 2:27 AM Ignacio Vera  
> >> wrote:
> >>> +1
> >>>
> >>>
> >>> SUCCESS! [0:46:00.508949]
> >>>
> >>>
> >>> On Thu, Sep 22, 2022 at 9:53 AM Adrien Grand  
> >>> wrote:
>  +1 SUCCESS! [0:45:35.275017]
> 
>  On Wed, Sep 21, 2022 at 9:19 PM Michael McCandless 
>   wrote:
> > +1
> >
> >
> > SUCCESS! [0:27:16.514391]
> >
> >
> > Mike McCandless
> >
> > http://blog.mikemccandless.com
> >
> >
> > On Wed, Sep 21, 2022 at 2:32 PM Dawid Weiss 
> >  wrote:
> >> +1.
> 

Re: [VOTE] Release Lucene 9.4.0 RC1

2022-09-26 Thread Uwe Schindler

See my mail before. Delete gradle.properties from Lucene checkout folder.

Uwe

Am 26.09.2022 um 15:51 schrieb Michael Sokolov:

Hm the build failed with this:

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':lucene:core:compileMain19Java'.

Error while evaluating property 'javaCompiler' of task 
':lucene:core:compileMain19Java'

> Failed to calculate the value of task
':lucene:core:compileMain19Java' property 'javaCompiler'.
   > No compatible toolchains found for request filter:
{languageVersion=19, vendor=any, implementation=vendor-specific}
(auto-detect true, auto-download false)

Does this just mean I need to install JDK19, or is there some problem
in our build scripts?  If I install will it autodetect??

On Mon, Sep 26, 2022 at 9:36 AM Michael Sokolov  wrote:

Nice! Thanks everyone, I will refresh and start building the artifacts

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

OK,

Java 19 support for Panama Foreign is in! Thanks for waiting!

Uwe

Am 26.09.2022 um 15:08 schrieb Uwe Schindler:

I will also merge shortly! Please have a quick look @ 
https://github.com/apache/lucene/pull/912

That's really great that Eclipse Adoptium released in time :-)

Uwe

Am 26.09.2022 um 14:57 schrieb Adrien Grand:

The change is now on branch_9_4.

On Mon, Sep 26, 2022 at 2:38 PM Adrien Grand  wrote:

I opened a PR and will backport it to relevant branches shortly: 
https://github.com/apache/lucene/pull/11818.

On Mon, Sep 26, 2022 at 2:26 PM Uwe Schindler  wrote:

Hi Michael,

if you give me an hour or so to add changes. All fine now!

I will re-spin today. I don't think we should wait any longer for
AdoptOpenJDK - sorry Uwe; I too would like to be able to mess around
with the new features in JDK19, but I think it's not a good precedent
to tie our release schedule to an external project's.

Release was done a minute ago:

C:\Users\Uwe Schindler\Projects\lucene\lucene>gradlew :lucene:core:jar
Starting a Gradle Daemon (subsequent builds will be faster)
<=> 100% CONFIGURING [31s]
  > Provisioning toolchain adoptopenjdk-19-x64-windows.zip >
adoptopenjdk-19-x64-windows.zip > 24.3 MiB/187.4 MiB downloaded

So I can update and merge, build succeeds and it provisiones JDK 19
automatically and Gradle runs.

Uwe


On Mon, Sep 26, 2022 at 5:42 AM Adrien Grand  wrote:

Ignacio made me notice than the new Lucene94FieldInfosFormat did not change the 
codec name compared to Lucene90FieldInfosFormat: 
https://github.com/apache/lucene/blob/branch_9_4/lucene/core/src/java/org/apache/lucene/codecs/lucene94/Lucene94FieldInfosFormat.java#L376.

The issue with this is that if you mistakenly open a Lucene90FieldInfos file 
with the 9.4 codec, then it will tell you that there is a corruption despite 
the fact that checksums match, instead of pointing out the codec mismatch.

I suggest that we respin to address this problem.

On Sun, Sep 25, 2022 at 8:24 PM Anshum Gupta  wrote:

+1 (binding)

The smoke tests passed.
SUCCESS! [2:49:17.242508]

On Fri, Sep 23, 2022 at 12:22 PM Patrick Zhai  wrote:

(non-binding) +1

SUCCESS! [1:11:00.934249]

On Fri, Sep 23, 2022 at 9:44 AM Vigya Sharma  wrote:

The smoke tests passed for me too..


(no vote)

SUCCESS! [1:12:31.588303]


On Thu, Sep 22, 2022 at 2:27 AM Ignacio Vera  wrote:

+1


SUCCESS! [0:46:00.508949]


On Thu, Sep 22, 2022 at 9:53 AM Adrien Grand  wrote:

+1 SUCCESS! [0:45:35.275017]

On Wed, Sep 21, 2022 at 9:19 PM Michael McCandless  
wrote:

+1


SUCCESS! [0:27:16.514391]


Mike McCandless

http://blog.mikemccandless.com


On Wed, Sep 21, 2022 at 2:32 PM Dawid Weiss  wrote:

+1.
SUCCESS! [0:53:33.891603]


Ran the smoketester with both java 11 and 17:

SUCCESS! [2:41:19.024193]

On Tue, Sep 20, 2022 at 10:10 PM Michael Sokolov  wrote:

Please vote for release candidate 1 for Lucene 9.4.0

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

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-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9

The vote will be open for at least 72 hours i.e. until 2022-09-24 02: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


--
Adrien


--
- Vigya


--
Anshum Gupta


--
Adrien

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

Re: [VOTE] Release Lucene 9.4.0 RC1

2022-09-26 Thread Michael Sokolov
Hm the build failed with this:

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':lucene:core:compileMain19Java'.
> Error while evaluating property 'javaCompiler' of task 
> ':lucene:core:compileMain19Java'
   > Failed to calculate the value of task
':lucene:core:compileMain19Java' property 'javaCompiler'.
  > No compatible toolchains found for request filter:
{languageVersion=19, vendor=any, implementation=vendor-specific}
(auto-detect true, auto-download false)

Does this just mean I need to install JDK19, or is there some problem
in our build scripts?  If I install will it autodetect??

On Mon, Sep 26, 2022 at 9:36 AM Michael Sokolov  wrote:
>
> Nice! Thanks everyone, I will refresh and start building the artifacts
>
> On Mon, Sep 26, 2022 at 9:33 AM Uwe Schindler  wrote:
> >
> > OK,
> >
> > Java 19 support for Panama Foreign is in! Thanks for waiting!
> >
> > Uwe
> >
> > Am 26.09.2022 um 15:08 schrieb Uwe Schindler:
> >
> > I will also merge shortly! Please have a quick look @ 
> > https://github.com/apache/lucene/pull/912
> >
> > That's really great that Eclipse Adoptium released in time :-)
> >
> > Uwe
> >
> > Am 26.09.2022 um 14:57 schrieb Adrien Grand:
> >
> > The change is now on branch_9_4.
> >
> > On Mon, Sep 26, 2022 at 2:38 PM Adrien Grand  wrote:
> >>
> >> I opened a PR and will backport it to relevant branches shortly: 
> >> https://github.com/apache/lucene/pull/11818.
> >>
> >> On Mon, Sep 26, 2022 at 2:26 PM Uwe Schindler  wrote:
> >>>
> >>> Hi Michael,
> >>>
> >>> if you give me an hour or so to add changes. All fine now!
> >>> > I will re-spin today. I don't think we should wait any longer for
> >>> > AdoptOpenJDK - sorry Uwe; I too would like to be able to mess around
> >>> > with the new features in JDK19, but I think it's not a good precedent
> >>> > to tie our release schedule to an external project's.
> >>>
> >>> Release was done a minute ago:
> >>>
> >>> C:\Users\Uwe Schindler\Projects\lucene\lucene>gradlew :lucene:core:jar
> >>> Starting a Gradle Daemon (subsequent builds will be faster)
> >>> <=> 100% CONFIGURING [31s]
> >>>  > Provisioning toolchain adoptopenjdk-19-x64-windows.zip >
> >>> adoptopenjdk-19-x64-windows.zip > 24.3 MiB/187.4 MiB downloaded
> >>>
> >>> So I can update and merge, build succeeds and it provisiones JDK 19
> >>> automatically and Gradle runs.
> >>>
> >>> Uwe
> >>>
> >>> > On Mon, Sep 26, 2022 at 5:42 AM Adrien Grand  wrote:
> >>> >> Ignacio made me notice than the new Lucene94FieldInfosFormat did not 
> >>> >> change the codec name compared to Lucene90FieldInfosFormat: 
> >>> >> https://github.com/apache/lucene/blob/branch_9_4/lucene/core/src/java/org/apache/lucene/codecs/lucene94/Lucene94FieldInfosFormat.java#L376.
> >>> >>
> >>> >> The issue with this is that if you mistakenly open a 
> >>> >> Lucene90FieldInfos file with the 9.4 codec, then it will tell you that 
> >>> >> there is a corruption despite the fact that checksums match, instead 
> >>> >> of pointing out the codec mismatch.
> >>> >>
> >>> >> I suggest that we respin to address this problem.
> >>> >>
> >>> >> On Sun, Sep 25, 2022 at 8:24 PM Anshum Gupta  
> >>> >> wrote:
> >>> >>> +1 (binding)
> >>> >>>
> >>> >>> The smoke tests passed.
> >>> >>> SUCCESS! [2:49:17.242508]
> >>> >>>
> >>> >>> On Fri, Sep 23, 2022 at 12:22 PM Patrick Zhai  
> >>> >>> wrote:
> >>>  (non-binding) +1
> >>> 
> >>>  SUCCESS! [1:11:00.934249]
> >>> 
> >>>  On Fri, Sep 23, 2022 at 9:44 AM Vigya Sharma  
> >>>  wrote:
> >>> > The smoke tests passed for me too..
> >>> >
> >>> >
> >>> > (no vote)
> >>> >
> >>> > SUCCESS! [1:12:31.588303]
> >>> >
> >>> >
> >>> > On Thu, Sep 22, 2022 at 2:27 AM Ignacio Vera  
> >>> > wrote:
> >>> >> +1
> >>> >>
> >>> >>
> >>> >> SUCCESS! [0:46:00.508949]
> >>> >>
> >>> >>
> >>> >> On Thu, Sep 22, 2022 at 9:53 AM Adrien Grand  
> >>> >> wrote:
> >>> >>> +1 SUCCESS! [0:45:35.275017]
> >>> >>>
> >>> >>> On Wed, Sep 21, 2022 at 9:19 PM Michael McCandless 
> >>> >>>  wrote:
> >>>  +1
> >>> 
> >>> 
> >>>  SUCCESS! [0:27:16.514391]
> >>> 
> >>> 
> >>>  Mike McCandless
> >>> 
> >>>  http://blog.mikemccandless.com
> >>> 
> >>> 
> >>>  On Wed, Sep 21, 2022 at 2:32 PM Dawid Weiss 
> >>>   wrote:
> >>> >
> >>> > +1.
> >>> > SUCCESS! [0:53:33.891603]
> >>> >
> >>> >> Ran the smoketester with both java 11 and 17:
> >>> >>
> >>> >> SUCCESS! [2:41:19.024193]
> >>> >>
> >>> >> On Tue, Sep 20, 2022 at 10:10 PM Michael Sokolov 
> >>> >>  wrote:
> >>> >>> Please vote for release candidate 1 for Lucene 9.4.0
> >>> >>>
> >>> >>> The artifacts can be downloaded from:
> >>> >>> 

Re: [VOTE] Release Lucene 9.4.0 RC1

2022-09-26 Thread Michael Sokolov
Nice! Thanks everyone, I will refresh and start building the artifacts

On Mon, Sep 26, 2022 at 9:33 AM Uwe Schindler  wrote:
>
> OK,
>
> Java 19 support for Panama Foreign is in! Thanks for waiting!
>
> Uwe
>
> Am 26.09.2022 um 15:08 schrieb Uwe Schindler:
>
> I will also merge shortly! Please have a quick look @ 
> https://github.com/apache/lucene/pull/912
>
> That's really great that Eclipse Adoptium released in time :-)
>
> Uwe
>
> Am 26.09.2022 um 14:57 schrieb Adrien Grand:
>
> The change is now on branch_9_4.
>
> On Mon, Sep 26, 2022 at 2:38 PM Adrien Grand  wrote:
>>
>> I opened a PR and will backport it to relevant branches shortly: 
>> https://github.com/apache/lucene/pull/11818.
>>
>> On Mon, Sep 26, 2022 at 2:26 PM Uwe Schindler  wrote:
>>>
>>> Hi Michael,
>>>
>>> if you give me an hour or so to add changes. All fine now!
>>> > I will re-spin today. I don't think we should wait any longer for
>>> > AdoptOpenJDK - sorry Uwe; I too would like to be able to mess around
>>> > with the new features in JDK19, but I think it's not a good precedent
>>> > to tie our release schedule to an external project's.
>>>
>>> Release was done a minute ago:
>>>
>>> C:\Users\Uwe Schindler\Projects\lucene\lucene>gradlew :lucene:core:jar
>>> Starting a Gradle Daemon (subsequent builds will be faster)
>>> <=> 100% CONFIGURING [31s]
>>>  > Provisioning toolchain adoptopenjdk-19-x64-windows.zip >
>>> adoptopenjdk-19-x64-windows.zip > 24.3 MiB/187.4 MiB downloaded
>>>
>>> So I can update and merge, build succeeds and it provisiones JDK 19
>>> automatically and Gradle runs.
>>>
>>> Uwe
>>>
>>> > On Mon, Sep 26, 2022 at 5:42 AM Adrien Grand  wrote:
>>> >> Ignacio made me notice than the new Lucene94FieldInfosFormat did not 
>>> >> change the codec name compared to Lucene90FieldInfosFormat: 
>>> >> https://github.com/apache/lucene/blob/branch_9_4/lucene/core/src/java/org/apache/lucene/codecs/lucene94/Lucene94FieldInfosFormat.java#L376.
>>> >>
>>> >> The issue with this is that if you mistakenly open a Lucene90FieldInfos 
>>> >> file with the 9.4 codec, then it will tell you that there is a 
>>> >> corruption despite the fact that checksums match, instead of pointing 
>>> >> out the codec mismatch.
>>> >>
>>> >> I suggest that we respin to address this problem.
>>> >>
>>> >> On Sun, Sep 25, 2022 at 8:24 PM Anshum Gupta  
>>> >> wrote:
>>> >>> +1 (binding)
>>> >>>
>>> >>> The smoke tests passed.
>>> >>> SUCCESS! [2:49:17.242508]
>>> >>>
>>> >>> On Fri, Sep 23, 2022 at 12:22 PM Patrick Zhai  
>>> >>> wrote:
>>>  (non-binding) +1
>>> 
>>>  SUCCESS! [1:11:00.934249]
>>> 
>>>  On Fri, Sep 23, 2022 at 9:44 AM Vigya Sharma  
>>>  wrote:
>>> > The smoke tests passed for me too..
>>> >
>>> >
>>> > (no vote)
>>> >
>>> > SUCCESS! [1:12:31.588303]
>>> >
>>> >
>>> > On Thu, Sep 22, 2022 at 2:27 AM Ignacio Vera  
>>> > wrote:
>>> >> +1
>>> >>
>>> >>
>>> >> SUCCESS! [0:46:00.508949]
>>> >>
>>> >>
>>> >> On Thu, Sep 22, 2022 at 9:53 AM Adrien Grand  
>>> >> wrote:
>>> >>> +1 SUCCESS! [0:45:35.275017]
>>> >>>
>>> >>> On Wed, Sep 21, 2022 at 9:19 PM Michael McCandless 
>>> >>>  wrote:
>>>  +1
>>> 
>>> 
>>>  SUCCESS! [0:27:16.514391]
>>> 
>>> 
>>>  Mike McCandless
>>> 
>>>  http://blog.mikemccandless.com
>>> 
>>> 
>>>  On Wed, Sep 21, 2022 at 2:32 PM Dawid Weiss 
>>>   wrote:
>>> >
>>> > +1.
>>> > SUCCESS! [0:53:33.891603]
>>> >
>>> >> Ran the smoketester with both java 11 and 17:
>>> >>
>>> >> SUCCESS! [2:41:19.024193]
>>> >>
>>> >> On Tue, Sep 20, 2022 at 10:10 PM Michael Sokolov 
>>> >>  wrote:
>>> >>> Please vote for release candidate 1 for Lucene 9.4.0
>>> >>>
>>> >>> The artifacts can be downloaded from:
>>> >>> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9
>>> >>>
>>> >>> 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-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9
>>> >>>
>>> >>> The vote will be open for at least 72 hours i.e. until 
>>> >>> 2022-09-24 02: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 RC1

2022-09-26 Thread Uwe Schindler

OK,

Java 19 support for Panama Foreign is in! Thanks for waiting!

Uwe

Am 26.09.2022 um 15:08 schrieb Uwe Schindler:


I will also merge shortly! Please have a quick look @ 
https://github.com/apache/lucene/pull/912


That's really great that Eclipse Adoptium released in time :-)

Uwe

Am 26.09.2022 um 14:57 schrieb Adrien Grand:

The change is now on branch_9_4.

On Mon, Sep 26, 2022 at 2:38 PM Adrien Grand  wrote:

I opened a PR and will backport it to relevant branches shortly:
https://github.com/apache/lucene/pull/11818.

On Mon, Sep 26, 2022 at 2:26 PM Uwe Schindler 
wrote:

Hi Michael,

if you give me an hour or so to add changes. All fine now!
> I will re-spin today. I don't think we should wait any
longer for
> AdoptOpenJDK - sorry Uwe; I too would like to be able to
mess around
> with the new features in JDK19, but I think it's not a good
precedent
> to tie our release schedule to an external project's.

Release was done a minute ago:

C:\Users\Uwe Schindler\Projects\lucene\lucene>gradlew
:lucene:core:jar
Starting a Gradle Daemon (subsequent builds will be faster)
<=> 100% CONFIGURING [31s]
 > Provisioning toolchain adoptopenjdk-19-x64-windows.zip >
adoptopenjdk-19-x64-windows.zip > 24.3 MiB/187.4 MiB downloaded

So I can update and merge, build succeeds and it provisiones
JDK 19
automatically and Gradle runs.

Uwe

> On Mon, Sep 26, 2022 at 5:42 AM Adrien Grand
 wrote:
>> Ignacio made me notice than the new
Lucene94FieldInfosFormat did not change the codec name
compared to Lucene90FieldInfosFormat:

https://github.com/apache/lucene/blob/branch_9_4/lucene/core/src/java/org/apache/lucene/codecs/lucene94/Lucene94FieldInfosFormat.java#L376.
>>
>> The issue with this is that if you mistakenly open a
Lucene90FieldInfos file with the 9.4 codec, then it will tell
you that there is a corruption despite the fact that
checksums match, instead of pointing out the codec mismatch.
>>
>> I suggest that we respin to address this problem.
>>
>> On Sun, Sep 25, 2022 at 8:24 PM Anshum Gupta
 wrote:
>>> +1 (binding)
>>>
>>> The smoke tests passed.
>>> SUCCESS! [2:49:17.242508]
>>>
>>> On Fri, Sep 23, 2022 at 12:22 PM Patrick Zhai
 wrote:
 (non-binding) +1

 SUCCESS! [1:11:00.934249]

 On Fri, Sep 23, 2022 at 9:44 AM Vigya Sharma
 wrote:
> The smoke tests passed for me too..
>
>
> (no vote)
>
> SUCCESS! [1:12:31.588303]
>
>
> On Thu, Sep 22, 2022 at 2:27 AM Ignacio Vera
 wrote:
>> +1
>>
>>
>> SUCCESS! [0:46:00.508949]
>>
>>
>> On Thu, Sep 22, 2022 at 9:53 AM Adrien Grand
 wrote:
>>> +1 SUCCESS! [0:45:35.275017]
>>>
>>> On Wed, Sep 21, 2022 at 9:19 PM Michael McCandless
 wrote:
 +1


 SUCCESS! [0:27:16.514391]


 Mike McCandless

 http://blog.mikemccandless.com


 On Wed, Sep 21, 2022 at 2:32 PM Dawid Weiss
 wrote:
>
> +1.
> SUCCESS! [0:53:33.891603]
>
>> Ran the smoketester with both java 11 and 17:
>>
>> SUCCESS! [2:41:19.024193]
>>
>> On Tue, Sep 20, 2022 at 10:10 PM Michael Sokolov
 wrote:
>>> Please vote for release candidate 1 for Lucene 9.4.0
>>>
>>> The artifacts can be downloaded from:
>>>

https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9
>>>
>>> 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-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9
>>>
>>> The vote will be open for at least 72 hours i.e.
until 2022-09-24 02:00 UTC.
>>>
>>> [ ] +1 approve
>>> [ ] +0  no opinion
>>> [ ] -1 disapprove (and reason why)
>>>
>>> Here is my +1
>>>
>>>

Re: [VOTE] Release Lucene 9.4.0 RC1

2022-09-26 Thread Uwe Schindler
I will also merge shortly! Please have a quick look @ 
https://github.com/apache/lucene/pull/912


That's really great that Eclipse Adoptium released in time :-)

Uwe

Am 26.09.2022 um 14:57 schrieb Adrien Grand:

The change is now on branch_9_4.

On Mon, Sep 26, 2022 at 2:38 PM Adrien Grand  wrote:

I opened a PR and will backport it to relevant branches shortly:
https://github.com/apache/lucene/pull/11818.

On Mon, Sep 26, 2022 at 2:26 PM Uwe Schindler  wrote:

Hi Michael,

if you give me an hour or so to add changes. All fine now!
> I will re-spin today. I don't think we should wait any
longer for
> AdoptOpenJDK - sorry Uwe; I too would like to be able to
mess around
> with the new features in JDK19, but I think it's not a good
precedent
> to tie our release schedule to an external project's.

Release was done a minute ago:

C:\Users\Uwe Schindler\Projects\lucene\lucene>gradlew
:lucene:core:jar
Starting a Gradle Daemon (subsequent builds will be faster)
<=> 100% CONFIGURING [31s]
 > Provisioning toolchain adoptopenjdk-19-x64-windows.zip >
adoptopenjdk-19-x64-windows.zip > 24.3 MiB/187.4 MiB downloaded

So I can update and merge, build succeeds and it provisiones
JDK 19
automatically and Gradle runs.

Uwe

> On Mon, Sep 26, 2022 at 5:42 AM Adrien Grand
 wrote:
>> Ignacio made me notice than the new
Lucene94FieldInfosFormat did not change the codec name
compared to Lucene90FieldInfosFormat:

https://github.com/apache/lucene/blob/branch_9_4/lucene/core/src/java/org/apache/lucene/codecs/lucene94/Lucene94FieldInfosFormat.java#L376.
>>
>> The issue with this is that if you mistakenly open a
Lucene90FieldInfos file with the 9.4 codec, then it will tell
you that there is a corruption despite the fact that checksums
match, instead of pointing out the codec mismatch.
>>
>> I suggest that we respin to address this problem.
>>
>> On Sun, Sep 25, 2022 at 8:24 PM Anshum Gupta
 wrote:
>>> +1 (binding)
>>>
>>> The smoke tests passed.
>>> SUCCESS! [2:49:17.242508]
>>>
>>> On Fri, Sep 23, 2022 at 12:22 PM Patrick Zhai
 wrote:
 (non-binding) +1

 SUCCESS! [1:11:00.934249]

 On Fri, Sep 23, 2022 at 9:44 AM Vigya Sharma
 wrote:
> The smoke tests passed for me too..
>
>
> (no vote)
>
> SUCCESS! [1:12:31.588303]
>
>
> On Thu, Sep 22, 2022 at 2:27 AM Ignacio Vera
 wrote:
>> +1
>>
>>
>> SUCCESS! [0:46:00.508949]
>>
>>
>> On Thu, Sep 22, 2022 at 9:53 AM Adrien Grand
 wrote:
>>> +1 SUCCESS! [0:45:35.275017]
>>>
>>> On Wed, Sep 21, 2022 at 9:19 PM Michael McCandless
 wrote:
 +1


 SUCCESS! [0:27:16.514391]


 Mike McCandless

 http://blog.mikemccandless.com


 On Wed, Sep 21, 2022 at 2:32 PM Dawid Weiss
 wrote:
>
> +1.
> SUCCESS! [0:53:33.891603]
>
>> Ran the smoketester with both java 11 and 17:
>>
>> SUCCESS! [2:41:19.024193]
>>
>> On Tue, Sep 20, 2022 at 10:10 PM Michael Sokolov
 wrote:
>>> Please vote for release candidate 1 for Lucene 9.4.0
>>>
>>> The artifacts can be downloaded from:
>>>

https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9
>>>
>>> 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-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9
>>>
>>> The vote will be open for at least 72 hours i.e.
until 2022-09-24 02:00 UTC.
>>>
>>> [ ] +1 approve
>>> [ ] +0  no opinion
>>> [ ] -1 disapprove (and reason why)
>>>
>>> Here is my +1
>>>
>>>
-
>>> To unsubscribe, e-mail:

Re: [VOTE] Release Lucene 9.4.0 RC1

2022-09-26 Thread Adrien Grand
The change is now on branch_9_4.

On Mon, Sep 26, 2022 at 2:38 PM Adrien Grand  wrote:

> I opened a PR and will backport it to relevant branches shortly:
> https://github.com/apache/lucene/pull/11818.
>
> On Mon, Sep 26, 2022 at 2:26 PM Uwe Schindler  wrote:
>
>> Hi Michael,
>>
>> if you give me an hour or so to add changes. All fine now!
>> > I will re-spin today. I don't think we should wait any longer for
>> > AdoptOpenJDK - sorry Uwe; I too would like to be able to mess around
>> > with the new features in JDK19, but I think it's not a good precedent
>> > to tie our release schedule to an external project's.
>>
>> Release was done a minute ago:
>>
>> C:\Users\Uwe Schindler\Projects\lucene\lucene>gradlew :lucene:core:jar
>> Starting a Gradle Daemon (subsequent builds will be faster)
>> <=> 100% CONFIGURING [31s]
>>  > Provisioning toolchain adoptopenjdk-19-x64-windows.zip >
>> adoptopenjdk-19-x64-windows.zip > 24.3 MiB/187.4 MiB downloaded
>>
>> So I can update and merge, build succeeds and it provisiones JDK 19
>> automatically and Gradle runs.
>>
>> Uwe
>>
>> > On Mon, Sep 26, 2022 at 5:42 AM Adrien Grand  wrote:
>> >> Ignacio made me notice than the new Lucene94FieldInfosFormat did not
>> change the codec name compared to Lucene90FieldInfosFormat:
>> https://github.com/apache/lucene/blob/branch_9_4/lucene/core/src/java/org/apache/lucene/codecs/lucene94/Lucene94FieldInfosFormat.java#L376
>> .
>> >>
>> >> The issue with this is that if you mistakenly open a
>> Lucene90FieldInfos file with the 9.4 codec, then it will tell you that
>> there is a corruption despite the fact that checksums match, instead of
>> pointing out the codec mismatch.
>> >>
>> >> I suggest that we respin to address this problem.
>> >>
>> >> On Sun, Sep 25, 2022 at 8:24 PM Anshum Gupta 
>> wrote:
>> >>> +1 (binding)
>> >>>
>> >>> The smoke tests passed.
>> >>> SUCCESS! [2:49:17.242508]
>> >>>
>> >>> On Fri, Sep 23, 2022 at 12:22 PM Patrick Zhai 
>> wrote:
>>  (non-binding) +1
>> 
>>  SUCCESS! [1:11:00.934249]
>> 
>>  On Fri, Sep 23, 2022 at 9:44 AM Vigya Sharma 
>> wrote:
>> > The smoke tests passed for me too..
>> >
>> >
>> > (no vote)
>> >
>> > SUCCESS! [1:12:31.588303]
>> >
>> >
>> > On Thu, Sep 22, 2022 at 2:27 AM Ignacio Vera 
>> wrote:
>> >> +1
>> >>
>> >>
>> >> SUCCESS! [0:46:00.508949]
>> >>
>> >>
>> >> On Thu, Sep 22, 2022 at 9:53 AM Adrien Grand 
>> wrote:
>> >>> +1 SUCCESS! [0:45:35.275017]
>> >>>
>> >>> On Wed, Sep 21, 2022 at 9:19 PM Michael McCandless <
>> luc...@mikemccandless.com> wrote:
>>  +1
>> 
>> 
>>  SUCCESS! [0:27:16.514391]
>> 
>> 
>>  Mike McCandless
>> 
>>  http://blog.mikemccandless.com
>> 
>> 
>>  On Wed, Sep 21, 2022 at 2:32 PM Dawid Weiss <
>> dawid.we...@gmail.com> wrote:
>> >
>> > +1.
>> > SUCCESS! [0:53:33.891603]
>> >
>> >> Ran the smoketester with both java 11 and 17:
>> >>
>> >> SUCCESS! [2:41:19.024193]
>> >>
>> >> On Tue, Sep 20, 2022 at 10:10 PM Michael Sokolov <
>> msoko...@gmail.com> wrote:
>> >>> Please vote for release candidate 1 for Lucene 9.4.0
>> >>>
>> >>> The artifacts can be downloaded from:
>> >>>
>> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9
>> >>>
>> >>> 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-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9
>> >>>
>> >>> The vote will be open for at least 72 hours i.e. until
>> 2022-09-24 02: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
>> >>
>> >>>
>> >>> --
>> >>> Adrien
>> >
>> >
>> > --
>> > - Vigya
>> >>>
>> >>>
>> >>> --
>> >>> Anshum Gupta
>> >>
>> >>
>> >> --
>> >> Adrien
>> > -
>> > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
>> > For additional commands, e-mail: dev-h...@lucene.apache.org
>> >
>> --
>> Uwe Schindler
>> 

Re: [VOTE] Release Lucene 9.4.0 RC1

2022-09-26 Thread Adrien Grand
I opened a PR and will backport it to relevant branches shortly:
https://github.com/apache/lucene/pull/11818.

On Mon, Sep 26, 2022 at 2:26 PM Uwe Schindler  wrote:

> Hi Michael,
>
> if you give me an hour or so to add changes. All fine now!
> > I will re-spin today. I don't think we should wait any longer for
> > AdoptOpenJDK - sorry Uwe; I too would like to be able to mess around
> > with the new features in JDK19, but I think it's not a good precedent
> > to tie our release schedule to an external project's.
>
> Release was done a minute ago:
>
> C:\Users\Uwe Schindler\Projects\lucene\lucene>gradlew :lucene:core:jar
> Starting a Gradle Daemon (subsequent builds will be faster)
> <=> 100% CONFIGURING [31s]
>  > Provisioning toolchain adoptopenjdk-19-x64-windows.zip >
> adoptopenjdk-19-x64-windows.zip > 24.3 MiB/187.4 MiB downloaded
>
> So I can update and merge, build succeeds and it provisiones JDK 19
> automatically and Gradle runs.
>
> Uwe
>
> > On Mon, Sep 26, 2022 at 5:42 AM Adrien Grand  wrote:
> >> Ignacio made me notice than the new Lucene94FieldInfosFormat did not
> change the codec name compared to Lucene90FieldInfosFormat:
> https://github.com/apache/lucene/blob/branch_9_4/lucene/core/src/java/org/apache/lucene/codecs/lucene94/Lucene94FieldInfosFormat.java#L376
> .
> >>
> >> The issue with this is that if you mistakenly open a Lucene90FieldInfos
> file with the 9.4 codec, then it will tell you that there is a corruption
> despite the fact that checksums match, instead of pointing out the codec
> mismatch.
> >>
> >> I suggest that we respin to address this problem.
> >>
> >> On Sun, Sep 25, 2022 at 8:24 PM Anshum Gupta 
> wrote:
> >>> +1 (binding)
> >>>
> >>> The smoke tests passed.
> >>> SUCCESS! [2:49:17.242508]
> >>>
> >>> On Fri, Sep 23, 2022 at 12:22 PM Patrick Zhai 
> wrote:
>  (non-binding) +1
> 
>  SUCCESS! [1:11:00.934249]
> 
>  On Fri, Sep 23, 2022 at 9:44 AM Vigya Sharma 
> wrote:
> > The smoke tests passed for me too..
> >
> >
> > (no vote)
> >
> > SUCCESS! [1:12:31.588303]
> >
> >
> > On Thu, Sep 22, 2022 at 2:27 AM Ignacio Vera 
> wrote:
> >> +1
> >>
> >>
> >> SUCCESS! [0:46:00.508949]
> >>
> >>
> >> On Thu, Sep 22, 2022 at 9:53 AM Adrien Grand 
> wrote:
> >>> +1 SUCCESS! [0:45:35.275017]
> >>>
> >>> On Wed, Sep 21, 2022 at 9:19 PM Michael McCandless <
> luc...@mikemccandless.com> wrote:
>  +1
> 
> 
>  SUCCESS! [0:27:16.514391]
> 
> 
>  Mike McCandless
> 
>  http://blog.mikemccandless.com
> 
> 
>  On Wed, Sep 21, 2022 at 2:32 PM Dawid Weiss <
> dawid.we...@gmail.com> wrote:
> >
> > +1.
> > SUCCESS! [0:53:33.891603]
> >
> >> Ran the smoketester with both java 11 and 17:
> >>
> >> SUCCESS! [2:41:19.024193]
> >>
> >> On Tue, Sep 20, 2022 at 10:10 PM Michael Sokolov <
> msoko...@gmail.com> wrote:
> >>> Please vote for release candidate 1 for Lucene 9.4.0
> >>>
> >>> The artifacts can be downloaded from:
> >>>
> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9
> >>>
> >>> 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-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9
> >>>
> >>> The vote will be open for at least 72 hours i.e. until
> 2022-09-24 02: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
> >>
> >>>
> >>> --
> >>> Adrien
> >
> >
> > --
> > - Vigya
> >>>
> >>>
> >>> --
> >>> Anshum Gupta
> >>
> >>
> >> --
> >> Adrien
> > -
> > 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
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, 

Re: [VOTE] Release Lucene 9.4.0 RC1

2022-09-26 Thread Uwe Schindler

Hi Michael,

if you give me an hour or so to add changes. All fine now!

I will re-spin today. I don't think we should wait any longer for
AdoptOpenJDK - sorry Uwe; I too would like to be able to mess around
with the new features in JDK19, but I think it's not a good precedent
to tie our release schedule to an external project's.


Release was done a minute ago:

C:\Users\Uwe Schindler\Projects\lucene\lucene>gradlew :lucene:core:jar
Starting a Gradle Daemon (subsequent builds will be faster)
<=> 100% CONFIGURING [31s]
> Provisioning toolchain adoptopenjdk-19-x64-windows.zip > 
adoptopenjdk-19-x64-windows.zip > 24.3 MiB/187.4 MiB downloaded


So I can update and merge, build succeeds and it provisiones JDK 19 
automatically and Gradle runs.


Uwe


On Mon, Sep 26, 2022 at 5:42 AM Adrien Grand  wrote:

Ignacio made me notice than the new Lucene94FieldInfosFormat did not change the 
codec name compared to Lucene90FieldInfosFormat: 
https://github.com/apache/lucene/blob/branch_9_4/lucene/core/src/java/org/apache/lucene/codecs/lucene94/Lucene94FieldInfosFormat.java#L376.

The issue with this is that if you mistakenly open a Lucene90FieldInfos file 
with the 9.4 codec, then it will tell you that there is a corruption despite 
the fact that checksums match, instead of pointing out the codec mismatch.

I suggest that we respin to address this problem.

On Sun, Sep 25, 2022 at 8:24 PM Anshum Gupta  wrote:

+1 (binding)

The smoke tests passed.
SUCCESS! [2:49:17.242508]

On Fri, Sep 23, 2022 at 12:22 PM Patrick Zhai  wrote:

(non-binding) +1

SUCCESS! [1:11:00.934249]

On Fri, Sep 23, 2022 at 9:44 AM Vigya Sharma  wrote:

The smoke tests passed for me too..


(no vote)

SUCCESS! [1:12:31.588303]


On Thu, Sep 22, 2022 at 2:27 AM Ignacio Vera  wrote:

+1


SUCCESS! [0:46:00.508949]


On Thu, Sep 22, 2022 at 9:53 AM Adrien Grand  wrote:

+1 SUCCESS! [0:45:35.275017]

On Wed, Sep 21, 2022 at 9:19 PM Michael McCandless  
wrote:

+1


SUCCESS! [0:27:16.514391]


Mike McCandless

http://blog.mikemccandless.com


On Wed, Sep 21, 2022 at 2:32 PM Dawid Weiss  wrote:


+1.
SUCCESS! [0:53:33.891603]


Ran the smoketester with both java 11 and 17:

SUCCESS! [2:41:19.024193]

On Tue, Sep 20, 2022 at 10:10 PM Michael Sokolov  wrote:

Please vote for release candidate 1 for Lucene 9.4.0

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

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-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9

The vote will be open for at least 72 hours i.e. until 2022-09-24 02: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



--
Adrien



--
- Vigya



--
Anshum Gupta



--
Adrien

-
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


-
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 RC1

2022-09-26 Thread Michael Sokolov
OK, this is clearly messed up, but just for my education, I'd like to
understand the possible failure scenario. Oh thanks Adrien, just saw
your latest. So that confirms what I was thinking: that this is not
likely to cause problems in any foreseeable scenario; there is no
backwards-incompatibility; your index or usage of it would have to be
corrupted in some way for this to be a problem, and this is a problem
about precise error reporting in such a case. I guess it's a nice
feature that we can notice this specific  form of index corruption
(you somehow got a single file from an old index mixed in with files
*for the same segment* from a new index).

I will re-spin today. I don't think we should wait any longer for
AdoptOpenJDK - sorry Uwe; I too would like to be able to mess around
with the new features in JDK19, but I think it's not a good precedent
to tie our release schedule to an external project's.

On Mon, Sep 26, 2022 at 5:42 AM Adrien Grand  wrote:
>
> Ignacio made me notice than the new Lucene94FieldInfosFormat did not change 
> the codec name compared to Lucene90FieldInfosFormat: 
> https://github.com/apache/lucene/blob/branch_9_4/lucene/core/src/java/org/apache/lucene/codecs/lucene94/Lucene94FieldInfosFormat.java#L376.
>
> The issue with this is that if you mistakenly open a Lucene90FieldInfos file 
> with the 9.4 codec, then it will tell you that there is a corruption despite 
> the fact that checksums match, instead of pointing out the codec mismatch.
>
> I suggest that we respin to address this problem.
>
> On Sun, Sep 25, 2022 at 8:24 PM Anshum Gupta  wrote:
>>
>> +1 (binding)
>>
>> The smoke tests passed.
>> SUCCESS! [2:49:17.242508]
>>
>> On Fri, Sep 23, 2022 at 12:22 PM Patrick Zhai  wrote:
>>>
>>> (non-binding) +1
>>>
>>> SUCCESS! [1:11:00.934249]
>>>
>>> On Fri, Sep 23, 2022 at 9:44 AM Vigya Sharma  wrote:

 The smoke tests passed for me too..


 (no vote)

 SUCCESS! [1:12:31.588303]


 On Thu, Sep 22, 2022 at 2:27 AM Ignacio Vera  wrote:
>
> +1
>
>
> SUCCESS! [0:46:00.508949]
>
>
> On Thu, Sep 22, 2022 at 9:53 AM Adrien Grand  wrote:
>>
>> +1 SUCCESS! [0:45:35.275017]
>>
>> On Wed, Sep 21, 2022 at 9:19 PM Michael McCandless 
>>  wrote:
>>>
>>> +1
>>>
>>>
>>> SUCCESS! [0:27:16.514391]
>>>
>>>
>>> Mike McCandless
>>>
>>> http://blog.mikemccandless.com
>>>
>>>
>>> On Wed, Sep 21, 2022 at 2:32 PM Dawid Weiss  
>>> wrote:


 +1.
 SUCCESS! [0:53:33.891603]

>
> Ran the smoketester with both java 11 and 17:
>
> SUCCESS! [2:41:19.024193]
>
> On Tue, Sep 20, 2022 at 10:10 PM Michael Sokolov  
> wrote:
> >
> > Please vote for release candidate 1 for Lucene 9.4.0
> >
> > The artifacts can be downloaded from:
> > https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9
> >
> > 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-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9
> >
> > The vote will be open for at least 72 hours i.e. until 2022-09-24 
> > 02: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
>
>>
>>
>> --
>> Adrien



 --
 - Vigya
>>
>>
>>
>> --
>> Anshum Gupta
>
>
>
> --
> Adrien

-
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 RC1

2022-09-26 Thread Adrien Grand
Hey Uwe,

This problem would not be observed by bwc tests because they always make
sure to use the right codec. The problem only arises if things get mixed up
for some reason, and the wrong codec gets used to read a segment. Hopefully
no user would ever see this problem in practice.

The main reason why I'm suggesting respinning is because digging corruption
issues is no fun at all, and I'd rather not introduce a case when Lucene
would report a corruption with matching checksums instead of a codec header
mismatch.

Ideally we would have tests that make sure that different file formats
always put different codec names in their index headers, but I don't know
if there is a reasonable way we could test this.

On Mon, Sep 26, 2022 at 12:23 PM Uwe Schindler  wrote:

> Hi again,
>
> About the original bug you reported: This is really serious and we MUST
> respin!
>
> That opens the following question: Why was this bug not discoveredby the
> backwards compatibility tests? If you open a 9.0 index from backwards
> indexes with 9.4 it should complain? Or does this pass fine, because the
> segments file opens the correctly. Nevertheless, we should have a check
> that also validates all Codec Identifiers matching the class names on
> opening an index?
>
> Uwe
> Am 26.09.2022 um 12:01 schrieb Uwe Schindler:
>
> Hi,
>
> cool. Could we please wait with the respon till Adoption released also
> OpenJDK 19, so we can include the Java 19 MMapDirectory as discussed
> before. Everything is ready to merge!
>
> Uwe
> Am 26.09.2022 um 11:42 schrieb Adrien Grand:
>
> Ignacio made me notice than the new Lucene94FieldInfosFormat did not
> change the codec name compared to Lucene90FieldInfosFormat:
> https://github.com/apache/lucene/blob/branch_9_4/lucene/core/src/java/org/apache/lucene/codecs/lucene94/Lucene94FieldInfosFormat.java#L376.
>
>
> The issue with this is that if you mistakenly open a Lucene90FieldInfos
> file with the 9.4 codec, then it will tell you that there is a corruption
> despite the fact that checksums match, instead of pointing out the codec
> mismatch.
>
> I suggest that we respin to address this problem.
>
> On Sun, Sep 25, 2022 at 8:24 PM Anshum Gupta 
> wrote:
>
>> +1 (binding)
>>
>> The smoke tests passed.
>> SUCCESS! [2:49:17.242508]
>>
>> On Fri, Sep 23, 2022 at 12:22 PM Patrick Zhai  wrote:
>>
>>> (non-binding) +1
>>>
>>> SUCCESS! [1:11:00.934249]
>>>
>>> On Fri, Sep 23, 2022 at 9:44 AM Vigya Sharma 
>>> wrote:
>>>
 The smoke tests passed for me too..


 (no vote)

 SUCCESS! [1:12:31.588303]

 On Thu, Sep 22, 2022 at 2:27 AM Ignacio Vera  wrote:

> +1
>
>
> SUCCESS! [0:46:00.508949]
>
> On Thu, Sep 22, 2022 at 9:53 AM Adrien Grand 
> wrote:
>
>> +1 SUCCESS! [0:45:35.275017]
>>
>> On Wed, Sep 21, 2022 at 9:19 PM Michael McCandless <
>> luc...@mikemccandless.com> wrote:
>>
>>> +1
>>>
>>>
>>> SUCCESS! [0:27:16.514391]
>>>
>>>
>>> Mike McCandless
>>>
>>> http://blog.mikemccandless.com
>>>
>>>
>>> On Wed, Sep 21, 2022 at 2:32 PM Dawid Weiss 
>>> wrote:
>>>

 +1.
 SUCCESS! [0:53:33.891603]


> Ran the smoketester with both java 11 and 17:
>
> SUCCESS! [2:41:19.024193]
>
> On Tue, Sep 20, 2022 at 10:10 PM Michael Sokolov <
> msoko...@gmail.com> wrote:
> >
> > Please vote for release candidate 1 for Lucene 9.4.0
> >
> > The artifacts can be downloaded from:
> >
> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9
> >
> > 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-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9
> >
> > The vote will be open for at least 72 hours i.e. until
> 2022-09-24 02: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
>
>
>>
>> --
>> Adrien
>>
>

 --
 - Vigya

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

Re: [VOTE] Release Lucene 9.4.0 RC1

2022-09-26 Thread Uwe Schindler

Hi again,

About the original bug you reported: This is really serious and we MUST 
respin!


That opens the following question: Why was this bug not discoveredby the 
backwards compatibility tests? If you open a 9.0 index from backwards 
indexes with 9.4 it should complain? Or does this pass fine, because the 
segments file opens the correctly. Nevertheless, we should have a check 
that also validates all Codec Identifiers matching the class names on 
opening an index?


Uwe

Am 26.09.2022 um 12:01 schrieb Uwe Schindler:


Hi,

cool. Could we please wait with the respon till Adoption released also 
OpenJDK 19, so we can include the Java 19 MMapDirectory as discussed 
before. Everything is ready to merge!


Uwe

Am 26.09.2022 um 11:42 schrieb Adrien Grand:
Ignacio made me notice than the new Lucene94FieldInfosFormat did not 
change the codec name compared to Lucene90FieldInfosFormat: 
https://github.com/apache/lucene/blob/branch_9_4/lucene/core/src/java/org/apache/lucene/codecs/lucene94/Lucene94FieldInfosFormat.java#L376. 



The issue with this is that if you mistakenly open a 
Lucene90FieldInfos file with the 9.4 codec, then it will tell you 
that there is a corruption despite the fact that checksums match, 
instead of pointing out the codec mismatch.


I suggest that we respin to address this problem.

On Sun, Sep 25, 2022 at 8:24 PM Anshum Gupta  
wrote:


+1 (binding)

The smoke tests passed.
SUCCESS! [2:49:17.242508]

On Fri, Sep 23, 2022 at 12:22 PM Patrick Zhai
 wrote:

(non-binding) +1

SUCCESS! [1:11:00.934249]

On Fri, Sep 23, 2022 at 9:44 AM Vigya Sharma
 wrote:

The smoke tests passed for me too..


(no vote)

SUCCESS! [1:12:31.588303]


On Thu, Sep 22, 2022 at 2:27 AM Ignacio Vera
 wrote:

+1


SUCCESS! [0:46:00.508949]


On Thu, Sep 22, 2022 at 9:53 AM Adrien Grand
 wrote:

+1 SUCCESS! [0:45:35.275017]

On Wed, Sep 21, 2022 at 9:19 PM Michael
McCandless  wrote:

+1


SUCCESS! [0:27:16.514391]


Mike McCandless

http://blog.mikemccandless.com


On Wed, Sep 21, 2022 at 2:32 PM Dawid Weiss
 wrote:


+1.
SUCCESS! [0:53:33.891603]


Ran the smoketester with both java 11
and 17:

SUCCESS! [2:41:19.024193]

On Tue, Sep 20, 2022 at 10:10 PM
Michael Sokolov 
wrote:
>
> Please vote for release candidate 1
for Lucene 9.4.0
>
> The artifacts can be downloaded from:
>

https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9
>
> 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-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9
>
> The vote will be open for at least
72 hours i.e. until 2022-09-24 02: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:
   

Re: [VOTE] Release Lucene 9.4.0 RC1

2022-09-26 Thread Uwe Schindler

Hi,

cool. Could we please wait with the respon till Adoption released also 
OpenJDK 19, so we can include the Java 19 MMapDirectory as discussed 
before. Everything is ready to merge!


Uwe

Am 26.09.2022 um 11:42 schrieb Adrien Grand:
Ignacio made me notice than the new Lucene94FieldInfosFormat did not 
change the codec name compared to Lucene90FieldInfosFormat: 
https://github.com/apache/lucene/blob/branch_9_4/lucene/core/src/java/org/apache/lucene/codecs/lucene94/Lucene94FieldInfosFormat.java#L376. 



The issue with this is that if you mistakenly open a 
Lucene90FieldInfos file with the 9.4 codec, then it will tell you that 
there is a corruption despite the fact that checksums match, instead 
of pointing out the codec mismatch.


I suggest that we respin to address this problem.

On Sun, Sep 25, 2022 at 8:24 PM Anshum Gupta  
wrote:


+1 (binding)

The smoke tests passed.
SUCCESS! [2:49:17.242508]

On Fri, Sep 23, 2022 at 12:22 PM Patrick Zhai 
wrote:

(non-binding) +1

SUCCESS! [1:11:00.934249]

On Fri, Sep 23, 2022 at 9:44 AM Vigya Sharma
 wrote:

The smoke tests passed for me too..


(no vote)

SUCCESS! [1:12:31.588303]


On Thu, Sep 22, 2022 at 2:27 AM Ignacio Vera
 wrote:

+1


SUCCESS! [0:46:00.508949]


On Thu, Sep 22, 2022 at 9:53 AM Adrien Grand
 wrote:

+1 SUCCESS! [0:45:35.275017]

On Wed, Sep 21, 2022 at 9:19 PM Michael McCandless
 wrote:

+1


SUCCESS! [0:27:16.514391]


Mike McCandless

http://blog.mikemccandless.com


On Wed, Sep 21, 2022 at 2:32 PM Dawid Weiss
 wrote:


+1.
SUCCESS! [0:53:33.891603]


Ran the smoketester with both java 11
and 17:

SUCCESS! [2:41:19.024193]

On Tue, Sep 20, 2022 at 10:10 PM
Michael Sokolov 
wrote:
>
> Please vote for release candidate 1
for Lucene 9.4.0
>
> The artifacts can be downloaded from:
>

https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9
>
> 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-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9
>
> The vote will be open for at least
72 hours i.e. until 2022-09-24 02: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



-- 
Adrien




-- 
- Vigya




-- 
Anshum Gupta




--
Adrien


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


Re: [VOTE] Release Lucene 9.4.0 RC1

2022-09-26 Thread Adrien Grand
Ignacio made me notice than the new Lucene94FieldInfosFormat did not change
the codec name compared to Lucene90FieldInfosFormat:
https://github.com/apache/lucene/blob/branch_9_4/lucene/core/src/java/org/apache/lucene/codecs/lucene94/Lucene94FieldInfosFormat.java#L376
.

The issue with this is that if you mistakenly open a Lucene90FieldInfos
file with the 9.4 codec, then it will tell you that there is a corruption
despite the fact that checksums match, instead of pointing out the codec
mismatch.

I suggest that we respin to address this problem.

On Sun, Sep 25, 2022 at 8:24 PM Anshum Gupta  wrote:

> +1 (binding)
>
> The smoke tests passed.
> SUCCESS! [2:49:17.242508]
>
> On Fri, Sep 23, 2022 at 12:22 PM Patrick Zhai  wrote:
>
>> (non-binding) +1
>>
>> SUCCESS! [1:11:00.934249]
>>
>> On Fri, Sep 23, 2022 at 9:44 AM Vigya Sharma 
>> wrote:
>>
>>> The smoke tests passed for me too..
>>>
>>>
>>> (no vote)
>>>
>>> SUCCESS! [1:12:31.588303]
>>>
>>> On Thu, Sep 22, 2022 at 2:27 AM Ignacio Vera  wrote:
>>>
 +1


 SUCCESS! [0:46:00.508949]

 On Thu, Sep 22, 2022 at 9:53 AM Adrien Grand  wrote:

> +1 SUCCESS! [0:45:35.275017]
>
> On Wed, Sep 21, 2022 at 9:19 PM Michael McCandless <
> luc...@mikemccandless.com> wrote:
>
>> +1
>>
>>
>> SUCCESS! [0:27:16.514391]
>>
>>
>> Mike McCandless
>>
>> http://blog.mikemccandless.com
>>
>>
>> On Wed, Sep 21, 2022 at 2:32 PM Dawid Weiss 
>> wrote:
>>
>>>
>>> +1.
>>> SUCCESS! [0:53:33.891603]
>>>
>>>
 Ran the smoketester with both java 11 and 17:

 SUCCESS! [2:41:19.024193]

 On Tue, Sep 20, 2022 at 10:10 PM Michael Sokolov <
 msoko...@gmail.com> wrote:
 >
 > Please vote for release candidate 1 for Lucene 9.4.0
 >
 > The artifacts can be downloaded from:
 >
 https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9
 >
 > 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-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9
 >
 > The vote will be open for at least 72 hours i.e. until 2022-09-24
 02: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


>
> --
> Adrien
>

>>>
>>> --
>>> - Vigya
>>>
>>
>
> --
> Anshum Gupta
>


-- 
Adrien


Re: [VOTE] Release Lucene 9.4.0 RC1

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

The smoke tests passed.
SUCCESS! [2:49:17.242508]

On Fri, Sep 23, 2022 at 12:22 PM Patrick Zhai  wrote:

> (non-binding) +1
>
> SUCCESS! [1:11:00.934249]
>
> On Fri, Sep 23, 2022 at 9:44 AM Vigya Sharma  wrote:
>
>> The smoke tests passed for me too..
>>
>>
>> (no vote)
>>
>> SUCCESS! [1:12:31.588303]
>>
>> On Thu, Sep 22, 2022 at 2:27 AM Ignacio Vera  wrote:
>>
>>> +1
>>>
>>>
>>> SUCCESS! [0:46:00.508949]
>>>
>>> On Thu, Sep 22, 2022 at 9:53 AM Adrien Grand  wrote:
>>>
 +1 SUCCESS! [0:45:35.275017]

 On Wed, Sep 21, 2022 at 9:19 PM Michael McCandless <
 luc...@mikemccandless.com> wrote:

> +1
>
>
> SUCCESS! [0:27:16.514391]
>
>
> Mike McCandless
>
> http://blog.mikemccandless.com
>
>
> On Wed, Sep 21, 2022 at 2:32 PM Dawid Weiss 
> wrote:
>
>>
>> +1.
>> SUCCESS! [0:53:33.891603]
>>
>>
>>> Ran the smoketester with both java 11 and 17:
>>>
>>> SUCCESS! [2:41:19.024193]
>>>
>>> On Tue, Sep 20, 2022 at 10:10 PM Michael Sokolov 
>>> wrote:
>>> >
>>> > Please vote for release candidate 1 for Lucene 9.4.0
>>> >
>>> > The artifacts can be downloaded from:
>>> >
>>> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9
>>> >
>>> > 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-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9
>>> >
>>> > The vote will be open for at least 72 hours i.e. until 2022-09-24
>>> 02: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
>>>
>>>

 --
 Adrien

>>>
>>
>> --
>> - Vigya
>>
>

-- 
Anshum Gupta


Re: [VOTE] Release Lucene 9.4.0 RC1

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

SUCCESS! [1:11:00.934249]

On Fri, Sep 23, 2022 at 9:44 AM Vigya Sharma  wrote:

> The smoke tests passed for me too..
>
>
> (no vote)
>
> SUCCESS! [1:12:31.588303]
>
> On Thu, Sep 22, 2022 at 2:27 AM Ignacio Vera  wrote:
>
>> +1
>>
>>
>> SUCCESS! [0:46:00.508949]
>>
>> On Thu, Sep 22, 2022 at 9:53 AM Adrien Grand  wrote:
>>
>>> +1 SUCCESS! [0:45:35.275017]
>>>
>>> On Wed, Sep 21, 2022 at 9:19 PM Michael McCandless <
>>> luc...@mikemccandless.com> wrote:
>>>
 +1


 SUCCESS! [0:27:16.514391]


 Mike McCandless

 http://blog.mikemccandless.com


 On Wed, Sep 21, 2022 at 2:32 PM Dawid Weiss 
 wrote:

>
> +1.
> SUCCESS! [0:53:33.891603]
>
>
>> Ran the smoketester with both java 11 and 17:
>>
>> SUCCESS! [2:41:19.024193]
>>
>> On Tue, Sep 20, 2022 at 10:10 PM Michael Sokolov 
>> wrote:
>> >
>> > Please vote for release candidate 1 for Lucene 9.4.0
>> >
>> > The artifacts can be downloaded from:
>> >
>> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9
>> >
>> > 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-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9
>> >
>> > The vote will be open for at least 72 hours i.e. until 2022-09-24
>> 02: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
>>
>>
>>>
>>> --
>>> Adrien
>>>
>>
>
> --
> - Vigya
>


Re: [VOTE] Release Lucene 9.4.0 RC1

2022-09-23 Thread Vigya Sharma
The smoke tests passed for me too..


(no vote)

SUCCESS! [1:12:31.588303]

On Thu, Sep 22, 2022 at 2:27 AM Ignacio Vera  wrote:

> +1
>
>
> SUCCESS! [0:46:00.508949]
>
> On Thu, Sep 22, 2022 at 9:53 AM Adrien Grand  wrote:
>
>> +1 SUCCESS! [0:45:35.275017]
>>
>> On Wed, Sep 21, 2022 at 9:19 PM Michael McCandless <
>> luc...@mikemccandless.com> wrote:
>>
>>> +1
>>>
>>>
>>> SUCCESS! [0:27:16.514391]
>>>
>>>
>>> Mike McCandless
>>>
>>> http://blog.mikemccandless.com
>>>
>>>
>>> On Wed, Sep 21, 2022 at 2:32 PM Dawid Weiss 
>>> wrote:
>>>

 +1.
 SUCCESS! [0:53:33.891603]


> Ran the smoketester with both java 11 and 17:
>
> SUCCESS! [2:41:19.024193]
>
> On Tue, Sep 20, 2022 at 10:10 PM Michael Sokolov 
> wrote:
> >
> > Please vote for release candidate 1 for Lucene 9.4.0
> >
> > The artifacts can be downloaded from:
> >
> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9
> >
> > 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-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9
> >
> > The vote will be open for at least 72 hours i.e. until 2022-09-24
> 02: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
>
>
>>
>> --
>> Adrien
>>
>

-- 
- Vigya


Re: [VOTE] Release Lucene 9.4.0 RC1

2022-09-22 Thread Ignacio Vera
+1


SUCCESS! [0:46:00.508949]

On Thu, Sep 22, 2022 at 9:53 AM Adrien Grand  wrote:

> +1 SUCCESS! [0:45:35.275017]
>
> On Wed, Sep 21, 2022 at 9:19 PM Michael McCandless <
> luc...@mikemccandless.com> wrote:
>
>> +1
>>
>>
>> SUCCESS! [0:27:16.514391]
>>
>>
>> Mike McCandless
>>
>> http://blog.mikemccandless.com
>>
>>
>> On Wed, Sep 21, 2022 at 2:32 PM Dawid Weiss 
>> wrote:
>>
>>>
>>> +1.
>>> SUCCESS! [0:53:33.891603]
>>>
>>>
 Ran the smoketester with both java 11 and 17:

 SUCCESS! [2:41:19.024193]

 On Tue, Sep 20, 2022 at 10:10 PM Michael Sokolov 
 wrote:
 >
 > Please vote for release candidate 1 for Lucene 9.4.0
 >
 > The artifacts can be downloaded from:
 >
 https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9
 >
 > 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-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9
 >
 > The vote will be open for at least 72 hours i.e. until 2022-09-24
 02: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


>
> --
> Adrien
>


Re: [VOTE] Release Lucene 9.4.0 RC1

2022-09-22 Thread Adrien Grand
+1 SUCCESS! [0:45:35.275017]

On Wed, Sep 21, 2022 at 9:19 PM Michael McCandless <
luc...@mikemccandless.com> wrote:

> +1
>
>
> SUCCESS! [0:27:16.514391]
>
>
> Mike McCandless
>
> http://blog.mikemccandless.com
>
>
> On Wed, Sep 21, 2022 at 2:32 PM Dawid Weiss  wrote:
>
>>
>> +1.
>> SUCCESS! [0:53:33.891603]
>>
>>
>>> Ran the smoketester with both java 11 and 17:
>>>
>>> SUCCESS! [2:41:19.024193]
>>>
>>> On Tue, Sep 20, 2022 at 10:10 PM Michael Sokolov 
>>> wrote:
>>> >
>>> > Please vote for release candidate 1 for Lucene 9.4.0
>>> >
>>> > The artifacts can be downloaded from:
>>> >
>>> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9
>>> >
>>> > 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-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9
>>> >
>>> > The vote will be open for at least 72 hours i.e. until 2022-09-24
>>> 02: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
>>>
>>>

-- 
Adrien


Re: [VOTE] Release Lucene 9.4.0 RC1

2022-09-21 Thread Michael McCandless
+1


SUCCESS! [0:27:16.514391]


Mike McCandless

http://blog.mikemccandless.com


On Wed, Sep 21, 2022 at 2:32 PM Dawid Weiss  wrote:

>
> +1.
> SUCCESS! [0:53:33.891603]
>
>
>> Ran the smoketester with both java 11 and 17:
>>
>> SUCCESS! [2:41:19.024193]
>>
>> On Tue, Sep 20, 2022 at 10:10 PM Michael Sokolov 
>> wrote:
>> >
>> > Please vote for release candidate 1 for Lucene 9.4.0
>> >
>> > The artifacts can be downloaded from:
>> >
>> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9
>> >
>> > 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-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9
>> >
>> > The vote will be open for at least 72 hours i.e. until 2022-09-24 02: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 RC1

2022-09-21 Thread Dawid Weiss
+1.
SUCCESS! [0:53:33.891603]


> Ran the smoketester with both java 11 and 17:
>
> SUCCESS! [2:41:19.024193]
>
> On Tue, Sep 20, 2022 at 10:10 PM Michael Sokolov 
> wrote:
> >
> > Please vote for release candidate 1 for Lucene 9.4.0
> >
> > The artifacts can be downloaded from:
> >
> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9
> >
> > 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-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9
> >
> > The vote will be open for at least 72 hours i.e. until 2022-09-24 02: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 RC1

2022-09-21 Thread Robert Muir
+1

Ran the smoketester with both java 11 and 17:

SUCCESS! [2:41:19.024193]

On Tue, Sep 20, 2022 at 10:10 PM Michael Sokolov  wrote:
>
> Please vote for release candidate 1 for Lucene 9.4.0
>
> The artifacts can be downloaded from:
> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9
>
> 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-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9
>
> The vote will be open for at least 72 hours i.e. until 2022-09-24 02: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 RC1

2022-09-21 Thread Uwe Schindler

Hi,

Policeman Jenkins tested the release, no issues found: 
https://jenkins.thetaphi.de/job/Lucene-Release-Tester/19/console


SUCCESS! [1:31:12.952025]
Finished: SUCCESS

I have no problem with releasing this,but please also check my other mail.

Uwe

Am 21.09.2022 um 04:10 schrieb Michael Sokolov:

Please vote for release candidate 1 for Lucene 9.4.0

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

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-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9

The vote will be open for at least 72 hours i.e. until 2022-09-24 02: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


-
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 RC1

2022-09-20 Thread Michael Sokolov
Please vote for release candidate 1 for Lucene 9.4.0

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

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-RC1-rev-f5d0646daa5651f2192282ac85551bca667e34f9

The vote will be open for at least 72 hours i.e. until 2022-09-24 02: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