Mailing List Archive

[VOTE] Release Lucene 9.7.0 RC1
Please vote for release candidate 1 for Lucene 9.7.0

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

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.7.0-RC1-rev-ccf4b198ec328095d45d2746189dc8ca633e8bcf

The vote will be open for at least 72 hours i.e. until 2023-06-24 15:00 UTC.

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

Here is my +1

--
Adrien
Re: [VOTE] Release Lucene 9.7.0 RC1 [ In reply to ]
Thanks Adrien!

SUCCESS! [0:43:17.143555]
+1

On Wed, Jun 21, 2023 at 7:37?AM Adrien Grand <jpountz@gmail.com> wrote:

> Please vote for release candidate 1 for Lucene 9.7.0
>
> The artifacts can be downloaded from:
>
> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.7.0-RC1-rev-ccf4b198ec328095d45d2746189dc8ca633e8bcf
>
> 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.7.0-RC1-rev-ccf4b198ec328095d45d2746189dc8ca633e8bcf
>
> The vote will be open for at least 72 hours i.e. until 2023-06-24 15:00
> UTC.
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove (and reason why)
>
> Here is my +1
>
> --
> Adrien
>
Re: [VOTE] Release Lucene 9.7.0 RC1 [ In reply to ]
+0

I had some test failures. Maybe a problem with my setup? I'll see if I can repro

gradlew :lucene:replicator:test --tests
"org.apache.lucene.replicator.nrt.TestNRTReplication.testCrashPrimary1"
-Ptests.jvms=8 "-Ptests.jv
margs=-XX:TieredStopAtLevel=1 -XX:+UseParallelGC
-XX:ActiveProcessorCount=1" -Ptests.seed=789EFCADBD918CC6
-Ptests.nightly=true -Ptests.badapples=false -Ptest
s.gui=true -Ptests.file.encoding=UTF-8

On Thu, Jun 22, 2023 at 1:06?PM Tomás Fernández Löbbe
<tomasflobbe@gmail.com> wrote:
>
> Thanks Adrien!
>
> SUCCESS! [0:43:17.143555]
> +1
>
> On Wed, Jun 21, 2023 at 7:37?AM Adrien Grand <jpountz@gmail.com> wrote:
>>
>> Please vote for release candidate 1 for Lucene 9.7.0
>>
>> The artifacts can be downloaded from:
>> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.7.0-RC1-rev-ccf4b198ec328095d45d2746189dc8ca633e8bcf
>>
>> 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.7.0-RC1-rev-ccf4b198ec328095d45d2746189dc8ca633e8bcf
>>
>> The vote will be open for at least 72 hours i.e. until 2023-06-24 15:00 UTC.
>>
>> [ ] +1 approve
>> [ ] +0 no opinion
>> [ ] -1 disapprove (and reason why)
>>
>> Here is my +1
>>
>> --
>> Adrien

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org
Re: [VOTE] Release Lucene 9.7.0 RC1 [ In reply to ]
I have /tmp symlinked to /local/tmp (to get more space) and this seems
to cause some issue:

On Thu, Jun 22, 2023 at 7:07?PM Michael Sokolov <msokolov@gmail.com> wrote:
>
> +0
>
> I had some test failures. Maybe a problem with my setup? I'll see if I can repro
>
> gradlew :lucene:replicator:test --tests
> "org.apache.lucene.replicator.nrt.TestNRTReplication.testCrashPrimary1"
> -Ptests.jvms=8 "-Ptests.jv
> margs=-XX:TieredStopAtLevel=1 -XX:+UseParallelGC
> -XX:ActiveProcessorCount=1" -Ptests.seed=789EFCADBD918CC6
> -Ptests.nightly=true -Ptests.badapples=false -Ptest
> s.gui=true -Ptests.file.encoding=UTF-8
>
> On Thu, Jun 22, 2023 at 1:06?PM Tomás Fernández Löbbe
> <tomasflobbe@gmail.com> wrote:
> >
> > Thanks Adrien!
> >
> > SUCCESS! [0:43:17.143555]
> > +1
> >
> > On Wed, Jun 21, 2023 at 7:37?AM Adrien Grand <jpountz@gmail.com> wrote:
> >>
> >> Please vote for release candidate 1 for Lucene 9.7.0
> >>
> >> The artifacts can be downloaded from:
> >> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.7.0-RC1-rev-ccf4b198ec328095d45d2746189dc8ca633e8bcf
> >>
> >> 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.7.0-RC1-rev-ccf4b198ec328095d45d2746189dc8ca633e8bcf
> >>
> >> The vote will be open for at least 72 hours i.e. until 2023-06-24 15:00 UTC.
> >>
> >> [ ] +1 approve
> >> [ ] +0 no opinion
> >> [ ] -1 disapprove (and reason why)
> >>
> >> Here is my +1
> >>
> >> --
> >> Adrien

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org
Re: [VOTE] Release Lucene 9.7.0 RC1 [ In reply to ]
Hi,

SUCCESS! [1:04:57.975885]
https://jenkins.thetaphi.de/job/Lucene-Release-Tester/27/console

Smoke tester ran with Java 11 and Java 17. Unfortunately theres still no
support by Smoketester to run it with a set of arbitrary JDKs (some
limited conformance tests with gradle should be executed to not make it
take forever). We should open issue for that, I would have created a PR
already but my Python knowledge is minimal and my brain only supports
copypaste!

I verified in addition the following:

* Changes for completeness; I also updated the release notes (function
query support for vectors was missing)
* I regenerated the JDK 21 API signatures with latest JDK21 EA build
28, no changes - all fine.
* I started Luke with Java 21, MMapDirectory was using memory segments.
* I did not specifically test Java 20/21 vector support (see
smoketester issue above).

+1 to release!

Uwe

Am 21.06.2023 um 16:36 schrieb Adrien Grand:
> Please vote for release candidate 1 for Lucene 9.7.0
>
> The artifacts can be downloaded from:
> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.7.0-RC1-rev-ccf4b198ec328095d45d2746189dc8ca633e8bcf
>
> 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.7.0-RC1-rev-ccf4b198ec328095d45d2746189dc8ca633e8bcf
>
> The vote will be open for at least 72 hours i.e. until 2023-06-24
> 15:00 UTC.
>
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)
>
> Here is my +1
>
> --
> Adrien

--
Uwe Schindler
Achterdiek 19, D-28357 Bremen
https://www.thetaphi.de
eMail:uwe@thetaphi.de
Re: [VOTE] Release Lucene 9.7.0 RC1 [ In reply to ]
Thank you Adrien!

SUCCESS! [0:59:16.681584]
+1

On Fri, Jun 23, 2023 at 3:35?AM Uwe Schindler <uwe@thetaphi.de> wrote:

> Hi,
>
> SUCCESS! [1:04:57.975885]
> https://jenkins.thetaphi.de/job/Lucene-Release-Tester/27/console
>
> Smoke tester ran with Java 11 and Java 17. Unfortunately theres still no
> support by Smoketester to run it with a set of arbitrary JDKs (some limited
> conformance tests with gradle should be executed to not make it take
> forever). We should open issue for that, I would have created a PR already
> but my Python knowledge is minimal and my brain only supports copypaste!
>
> I verified in addition the following:
>
> - Changes for completeness; I also updated the release notes (function
> query support for vectors was missing)
> - I regenerated the JDK 21 API signatures with latest JDK21 EA build
> 28, no changes - all fine.
> - I started Luke with Java 21, MMapDirectory was using memory segments.
> - I did not specifically test Java 20/21 vector support (see
> smoketester issue above).
>
> +1 to release!
>
> Uwe
> Am 21.06.2023 um 16:36 schrieb Adrien Grand:
>
> Please vote for release candidate 1 for Lucene 9.7.0
>
> The artifacts can be downloaded from:
>
> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.7.0-RC1-rev-ccf4b198ec328095d45d2746189dc8ca633e8bcf
>
> 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.7.0-RC1-rev-ccf4b198ec328095d45d2746189dc8ca633e8bcf
>
> The vote will be open for at least 72 hours i.e. until 2023-06-24 15:00
> UTC.
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove (and reason why)
>
> Here is my +1
>
> --
> Adrien
>
> --
> Uwe Schindler
> Achterdiek 19, D-28357 Bremenhttps://www.thetaphi.de
> eMail: uwe@thetaphi.de
>
>
Re: [VOTE] Release Lucene 9.7.0 RC1 [ In reply to ]
SUCCESS! [0:32:53.769993]

+1 (non-binding)

Regards,
Gautam Worah.


On Fri, Jun 23, 2023 at 3:50?PM Mayya Sharipova
<mayya.sharipova@elastic.co.invalid> wrote:

> Thank you Adrien!
>
> SUCCESS! [0:59:16.681584]
> +1
>
> On Fri, Jun 23, 2023 at 3:35?AM Uwe Schindler <uwe@thetaphi.de> wrote:
>
>> Hi,
>>
>> SUCCESS! [1:04:57.975885]
>> https://jenkins.thetaphi.de/job/Lucene-Release-Tester/27/console
>>
>> Smoke tester ran with Java 11 and Java 17. Unfortunately theres still no
>> support by Smoketester to run it with a set of arbitrary JDKs (some limited
>> conformance tests with gradle should be executed to not make it take
>> forever). We should open issue for that, I would have created a PR already
>> but my Python knowledge is minimal and my brain only supports copypaste!
>>
>> I verified in addition the following:
>>
>> - Changes for completeness; I also updated the release notes
>> (function query support for vectors was missing)
>> - I regenerated the JDK 21 API signatures with latest JDK21 EA build
>> 28, no changes - all fine.
>> - I started Luke with Java 21, MMapDirectory was using memory
>> segments.
>> - I did not specifically test Java 20/21 vector support (see
>> smoketester issue above).
>>
>> +1 to release!
>>
>> Uwe
>> Am 21.06.2023 um 16:36 schrieb Adrien Grand:
>>
>> Please vote for release candidate 1 for Lucene 9.7.0
>>
>> The artifacts can be downloaded from:
>>
>> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.7.0-RC1-rev-ccf4b198ec328095d45d2746189dc8ca633e8bcf
>>
>> 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.7.0-RC1-rev-ccf4b198ec328095d45d2746189dc8ca633e8bcf
>>
>> The vote will be open for at least 72 hours i.e. until 2023-06-24 15:00
>> UTC.
>>
>> [ ] +1 approve
>> [ ] +0 no opinion
>> [ ] -1 disapprove (and reason why)
>>
>> Here is my +1
>>
>> --
>> Adrien
>>
>> --
>> Uwe Schindler
>> Achterdiek 19, D-28357 Bremenhttps://www.thetaphi.de
>> eMail: uwe@thetaphi.de
>>
>>
Re: [VOTE] Release Lucene 9.7.0 RC1 [ In reply to ]
+1

SUCCESS! [0:16:13.144051]

Mike

On Fri, Jun 23, 2023, 11:48 PM Gautam Worah <worah.gautam@gmail.com> wrote:

> SUCCESS! [0:32:53.769993]
>
> +1 (non-binding)
>
> Regards,
> Gautam Worah.
>
>
> On Fri, Jun 23, 2023 at 3:50?PM Mayya Sharipova
> <mayya.sharipova@elastic.co.invalid> wrote:
>
>> Thank you Adrien!
>>
>> SUCCESS! [0:59:16.681584]
>> +1
>>
>> On Fri, Jun 23, 2023 at 3:35?AM Uwe Schindler <uwe@thetaphi.de> wrote:
>>
>>> Hi,
>>>
>>> SUCCESS! [1:04:57.975885]
>>> https://jenkins.thetaphi.de/job/Lucene-Release-Tester/27/console
>>>
>>> Smoke tester ran with Java 11 and Java 17. Unfortunately theres still no
>>> support by Smoketester to run it with a set of arbitrary JDKs (some limited
>>> conformance tests with gradle should be executed to not make it take
>>> forever). We should open issue for that, I would have created a PR already
>>> but my Python knowledge is minimal and my brain only supports copypaste!
>>>
>>> I verified in addition the following:
>>>
>>> - Changes for completeness; I also updated the release notes
>>> (function query support for vectors was missing)
>>> - I regenerated the JDK 21 API signatures with latest JDK21 EA build
>>> 28, no changes - all fine.
>>> - I started Luke with Java 21, MMapDirectory was using memory
>>> segments.
>>> - I did not specifically test Java 20/21 vector support (see
>>> smoketester issue above).
>>>
>>> +1 to release!
>>>
>>> Uwe
>>> Am 21.06.2023 um 16:36 schrieb Adrien Grand:
>>>
>>> Please vote for release candidate 1 for Lucene 9.7.0
>>>
>>> The artifacts can be downloaded from:
>>>
>>> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.7.0-RC1-rev-ccf4b198ec328095d45d2746189dc8ca633e8bcf
>>>
>>> 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.7.0-RC1-rev-ccf4b198ec328095d45d2746189dc8ca633e8bcf
>>>
>>> The vote will be open for at least 72 hours i.e. until 2023-06-24 15:00
>>> UTC.
>>>
>>> [ ] +1 approve
>>> [ ] +0 no opinion
>>> [ ] -1 disapprove (and reason why)
>>>
>>> Here is my +1
>>>
>>> --
>>> Adrien
>>>
>>> --
>>> Uwe Schindler
>>> Achterdiek 19, D-28357 Bremenhttps://www.thetaphi.de
>>> eMail: uwe@thetaphi.de
>>>
>>>
Re: [VOTE] Release Lucene 9.7.0 RC1 [ In reply to ]
SUCCESS! [0:53:17.495903]

+1 (non-binding), thank you Adrien!

Patrick

On Sat, Jun 24, 2023 at 3:00?PM Michael McCandless <
lucene@mikemccandless.com> wrote:

> +1
>
> SUCCESS! [0:16:13.144051]
>
> Mike
>
> On Fri, Jun 23, 2023, 11:48 PM Gautam Worah <worah.gautam@gmail.com>
> wrote:
>
>> SUCCESS! [0:32:53.769993]
>>
>> +1 (non-binding)
>>
>> Regards,
>> Gautam Worah.
>>
>>
>> On Fri, Jun 23, 2023 at 3:50?PM Mayya Sharipova
>> <mayya.sharipova@elastic.co.invalid> wrote:
>>
>>> Thank you Adrien!
>>>
>>> SUCCESS! [0:59:16.681584]
>>> +1
>>>
>>> On Fri, Jun 23, 2023 at 3:35?AM Uwe Schindler <uwe@thetaphi.de> wrote:
>>>
>>>> Hi,
>>>>
>>>> SUCCESS! [1:04:57.975885]
>>>> https://jenkins.thetaphi.de/job/Lucene-Release-Tester/27/console
>>>>
>>>> Smoke tester ran with Java 11 and Java 17. Unfortunately theres still
>>>> no support by Smoketester to run it with a set of arbitrary JDKs (some
>>>> limited conformance tests with gradle should be executed to not make it
>>>> take forever). We should open issue for that, I would have created a PR
>>>> already but my Python knowledge is minimal and my brain only supports
>>>> copypaste!
>>>>
>>>> I verified in addition the following:
>>>>
>>>> - Changes for completeness; I also updated the release notes
>>>> (function query support for vectors was missing)
>>>> - I regenerated the JDK 21 API signatures with latest JDK21 EA
>>>> build 28, no changes - all fine.
>>>> - I started Luke with Java 21, MMapDirectory was using memory
>>>> segments.
>>>> - I did not specifically test Java 20/21 vector support (see
>>>> smoketester issue above).
>>>>
>>>> +1 to release!
>>>>
>>>> Uwe
>>>> Am 21.06.2023 um 16:36 schrieb Adrien Grand:
>>>>
>>>> Please vote for release candidate 1 for Lucene 9.7.0
>>>>
>>>> The artifacts can be downloaded from:
>>>>
>>>> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.7.0-RC1-rev-ccf4b198ec328095d45d2746189dc8ca633e8bcf
>>>>
>>>> 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.7.0-RC1-rev-ccf4b198ec328095d45d2746189dc8ca633e8bcf
>>>>
>>>> The vote will be open for at least 72 hours i.e. until 2023-06-24 15:00
>>>> UTC.
>>>>
>>>> [ ] +1 approve
>>>> [ ] +0 no opinion
>>>> [ ] -1 disapprove (and reason why)
>>>>
>>>> Here is my +1
>>>>
>>>> --
>>>> Adrien
>>>>
>>>> --
>>>> Uwe Schindler
>>>> Achterdiek 19, D-28357 Bremenhttps://www.thetaphi.de
>>>> eMail: uwe@thetaphi.de
>>>>
>>>>