Mailing List Archive

[VOTE] Release Lucene 9.4.0 RC3
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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org
Re: [VOTE] Release Lucene 9.4.0 RC3 [ In reply to ]
+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 <msokolov@gmail.com> 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-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org
Re: [VOTE] Release Lucene 9.4.0 RC3 [ In reply to ]
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-unsubscribe@lucene.apache.org
> For additional commands, e-mail:dev-help@lucene.apache.org
>
--
Uwe Schindler
Achterdiek 19, D-28357 Bremen
https://www.thetaphi.de
eMail:uwe@thetaphi.de
Re: [VOTE] Release Lucene 9.4.0 RC3 [ In reply to ]
+1 SUCCESS! [1:13:37.634770]

On Tue, Sep 27, 2022 at 6:44 PM Uwe Schindler <uwe@thetaphi.de> 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-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
> --
> Uwe Schindler
> Achterdiek 19, D-28357 Bremenhttps://www.thetaphi.de
> eMail: uwe@thetaphi.de
>
>

--
Adrien
Re: [VOTE] Release Lucene 9.4.0 RC3 [ In reply to ]
+1 (binding)

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

On Tue, Sep 27, 2022 at 6:15 AM Michael Sokolov <msokolov@gmail.com> 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-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>

--
Anshum Gupta
Re: [VOTE] Release Lucene 9.4.0 RC3 [ In reply to ]
+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 <anshum@anshumgupta.net> wrote:

> +1 (binding)
>
> Smoketester is happy!
> SUCCESS! [0:54:06.589484]
>
> On Tue, Sep 27, 2022 at 6:15 AM Michael Sokolov <msokolov@gmail.com>
> 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-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>>
>>
>
> --
> Anshum Gupta
>
Re: [VOTE] Release Lucene 9.4.0 RC3 [ In reply to ]
+1 (non-binding)

SUCCESS! [0:57:17.821452]

On Tue, Sep 27, 2022 at 3:32 PM Michael McCandless <
lucene@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 <anshum@anshumgupta.net>
> wrote:
>
>> +1 (binding)
>>
>> Smoketester is happy!
>> SUCCESS! [0:54:06.589484]
>>
>> On Tue, Sep 27, 2022 at 6:15 AM Michael Sokolov <msokolov@gmail.com>
>> 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-unsubscribe@lucene.apache.org
>>> For additional commands, e-mail: dev-help@lucene.apache.org
>>>
>>>
>>
>> --
>> Anshum Gupta
>>
>
Re: [VOTE] Release Lucene 9.4.0 RC3 [ In reply to ]
+1 (binding)


SUCCESS! [0:53:18.788514]

On Wed, Sep 28, 2022 at 6:50 AM Patrick Zhai <zhai7631@gmail.com> wrote:

> +1 (non-binding)
>
> SUCCESS! [0:57:17.821452]
>
> On Tue, Sep 27, 2022 at 3:32 PM Michael McCandless <
> lucene@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 <anshum@anshumgupta.net>
>> wrote:
>>
>>> +1 (binding)
>>>
>>> Smoketester is happy!
>>> SUCCESS! [0:54:06.589484]
>>>
>>> On Tue, Sep 27, 2022 at 6:15 AM Michael Sokolov <msokolov@gmail.com>
>>> 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-unsubscribe@lucene.apache.org
>>>> For additional commands, e-mail: dev-help@lucene.apache.org
>>>>
>>>>
>>>
>>> --
>>> Anshum Gupta
>>>
>>
Re: [VOTE] Release Lucene 9.4.0 RC3 [ In reply to ]
+1


SUCCESS! [0:26:01.696388]


Mike McCandless

http://blog.mikemccandless.com


On Wed, Sep 28, 2022 at 3:37 AM Ignacio Vera <iverase@gmail.com> wrote:

> +1 (binding)
>
>
> SUCCESS! [0:53:18.788514]
>
> On Wed, Sep 28, 2022 at 6:50 AM Patrick Zhai <zhai7631@gmail.com> wrote:
>
>> +1 (non-binding)
>>
>> SUCCESS! [0:57:17.821452]
>>
>> On Tue, Sep 27, 2022 at 3:32 PM Michael McCandless <
>> lucene@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 <anshum@anshumgupta.net>
>>> wrote:
>>>
>>>> +1 (binding)
>>>>
>>>> Smoketester is happy!
>>>> SUCCESS! [0:54:06.589484]
>>>>
>>>> On Tue, Sep 27, 2022 at 6:15 AM Michael Sokolov <msokolov@gmail.com>
>>>> 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-unsubscribe@lucene.apache.org
>>>>> For additional commands, e-mail: dev-help@lucene.apache.org
>>>>>
>>>>>
>>>>
>>>> --
>>>> Anshum Gupta
>>>>
>>>
Re: [VOTE] Release Lucene 9.4.0 RC3 [ In reply to ]
Hmm Mike - is the actual ballot-stuffing we've been hearing so much
about? Is there a bot voting as you?

On Wed, Sep 28, 2022 at 7:32 AM Michael McCandless
<lucene@mikemccandless.com> wrote:
>
> +1
>
>
> SUCCESS! [0:26:01.696388]
>
>
> Mike McCandless
>
> http://blog.mikemccandless.com
>
>
> On Wed, Sep 28, 2022 at 3:37 AM Ignacio Vera <iverase@gmail.com> wrote:
>>
>> +1 (binding)
>>
>>
>> SUCCESS! [0:53:18.788514]
>>
>>
>> On Wed, Sep 28, 2022 at 6:50 AM Patrick Zhai <zhai7631@gmail.com> wrote:
>>>
>>> +1 (non-binding)
>>>
>>> SUCCESS! [0:57:17.821452]
>>>
>>> On Tue, Sep 27, 2022 at 3:32 PM Michael McCandless <lucene@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 <anshum@anshumgupta.net> wrote:
>>>>>
>>>>> +1 (binding)
>>>>>
>>>>> Smoketester is happy!
>>>>> SUCCESS! [0:54:06.589484]
>>>>>
>>>>> On Tue, Sep 27, 2022 at 6:15 AM Michael Sokolov <msokolov@gmail.com> 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-unsubscribe@lucene.apache.org
>>>>>> For additional commands, e-mail: dev-help@lucene.apache.org
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Anshum Gupta

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org
Re: [VOTE] Release Lucene 9.4.0 RC3 [ In reply to ]
+1 SUCCESS! [0:56:55.325499]

Thanks Mike for all your work as release manager!

I initially ran into an MD5 mismatch when verifying maven artifacts
("RuntimeError: MD5 digest mismatch"). But switching from python 3.10 to an
older version resolved it. I probably just have something off in my set-up,
but mentioning it in case someone else is stuck on that too.

Julie

On Wed, Sep 28, 2022 at 8:40 AM Michael Sokolov <msokolov@gmail.com> wrote:

> Hmm Mike - is the actual ballot-stuffing we've been hearing so much
> about? Is there a bot voting as you?
>
> On Wed, Sep 28, 2022 at 7:32 AM Michael McCandless
> <lucene@mikemccandless.com> wrote:
> >
> > +1
> >
> >
> > SUCCESS! [0:26:01.696388]
> >
> >
> > Mike McCandless
> >
> > http://blog.mikemccandless.com
> >
> >
> > On Wed, Sep 28, 2022 at 3:37 AM Ignacio Vera <iverase@gmail.com> wrote:
> >>
> >> +1 (binding)
> >>
> >>
> >> SUCCESS! [0:53:18.788514]
> >>
> >>
> >> On Wed, Sep 28, 2022 at 6:50 AM Patrick Zhai <zhai7631@gmail.com>
> wrote:
> >>>
> >>> +1 (non-binding)
> >>>
> >>> SUCCESS! [0:57:17.821452]
> >>>
> >>> On Tue, Sep 27, 2022 at 3:32 PM Michael McCandless <
> lucene@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 <anshum@anshumgupta.net>
> wrote:
> >>>>>
> >>>>> +1 (binding)
> >>>>>
> >>>>> Smoketester is happy!
> >>>>> SUCCESS! [0:54:06.589484]
> >>>>>
> >>>>> On Tue, Sep 27, 2022 at 6:15 AM Michael Sokolov <msokolov@gmail.com>
> 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-unsubscribe@lucene.apache.org
> >>>>>> For additional commands, e-mail: dev-help@lucene.apache.org
> >>>>>>
> >>>>>
> >>>>>
> >>>>> --
> >>>>> Anshum Gupta
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>
Re: [VOTE] Release Lucene 9.4.0 RC3 [ In reply to ]
Ha! Sorry about that :) I got back to my tmux terminal and saw the smoke
tester had finished and forgot that I already voted!!

Mike McCandless

http://blog.mikemccandless.com


On Wed, Sep 28, 2022 at 11:40 AM Michael Sokolov <msokolov@gmail.com> wrote:

> Hmm Mike - is the actual ballot-stuffing we've been hearing so much
> about? Is there a bot voting as you?
>
> On Wed, Sep 28, 2022 at 7:32 AM Michael McCandless
> <lucene@mikemccandless.com> wrote:
> >
> > +1
> >
> >
> > SUCCESS! [0:26:01.696388]
> >
> >
> > Mike McCandless
> >
> > http://blog.mikemccandless.com
> >
> >
> > On Wed, Sep 28, 2022 at 3:37 AM Ignacio Vera <iverase@gmail.com> wrote:
> >>
> >> +1 (binding)
> >>
> >>
> >> SUCCESS! [0:53:18.788514]
> >>
> >>
> >> On Wed, Sep 28, 2022 at 6:50 AM Patrick Zhai <zhai7631@gmail.com>
> wrote:
> >>>
> >>> +1 (non-binding)
> >>>
> >>> SUCCESS! [0:57:17.821452]
> >>>
> >>> On Tue, Sep 27, 2022 at 3:32 PM Michael McCandless <
> lucene@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 <anshum@anshumgupta.net>
> wrote:
> >>>>>
> >>>>> +1 (binding)
> >>>>>
> >>>>> Smoketester is happy!
> >>>>> SUCCESS! [0:54:06.589484]
> >>>>>
> >>>>> On Tue, Sep 27, 2022 at 6:15 AM Michael Sokolov <msokolov@gmail.com>
> 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-unsubscribe@lucene.apache.org
> >>>>>> For additional commands, e-mail: dev-help@lucene.apache.org
> >>>>>>
> >>>>>
> >>>>>
> >>>>> --
> >>>>> Anshum Gupta
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>