Mailing List Archive

[VOTE] Release Lucene/Solr 8.8.1 RC2
Please vote for release candidate 2 for Lucene/Solr 8.8.1

The artifacts can be downloaded from:
https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe

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-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe

The vote will be open for at least 72 hours i.e. until 2021-02-20 03:00 UTC.

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

Here is my +1 SUCCESS! [0:50:07.947952]

Also, as with RC1, in addition to the smoke test, I built a Docker
image from the RC locally and verified:

a. A rolling upgrade of a 3-node 8.7.0 cluster to the 8.8.1 RC
completes successfully w/o any NPEs or weirdness with leader election
/ recoveries.
b. The base_url property is stored in replica state after the upgrade
c. A basic client application built with SolrJ 8.7.0 can load cluster
state info directly from ZK and query the 8.8.1 RC2 servers.
d. Same client app built with SolrJ 8.8.0 works as well.

As this bug-fix release is primarily needed to address a SolrJ
back-compat break (SOLR-15145) and unfortunately our smoke tester
framework does not test for backcompat of older SolrJ against the RC,
I ask others to please test rolling upgrades of servers (ideally
multi-node clusters) running pre-8.8.0 to this RC if possible. Also,
please try client applications that are using an older SolrJ, esp.
those that load cluster state directly from ZK.

Best regards,
Tim

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org
Re: [VOTE] Release Lucene/Solr 8.8.1 RC2 [ In reply to ]
And I continue to struggle with the python3 command:

python3 -u dev-tools/scripts/smokeTestRelease.py \
https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe

On Tue, Feb 16, 2021 at 7:41 PM Timothy Potter <thelabdude@apache.org> wrote:
>
> Please vote for release candidate 2 for Lucene/Solr 8.8.1
>
> The artifacts can be downloaded from:
> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe
>
> 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-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe
>
> The vote will be open for at least 72 hours i.e. until 2021-02-20 03:00 UTC.
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove (and reason why)
>
> Here is my +1 SUCCESS! [0:50:07.947952]
>
> Also, as with RC1, in addition to the smoke test, I built a Docker
> image from the RC locally and verified:
>
> a. A rolling upgrade of a 3-node 8.7.0 cluster to the 8.8.1 RC
> completes successfully w/o any NPEs or weirdness with leader election
> / recoveries.
> b. The base_url property is stored in replica state after the upgrade
> c. A basic client application built with SolrJ 8.7.0 can load cluster
> state info directly from ZK and query the 8.8.1 RC2 servers.
> d. Same client app built with SolrJ 8.8.0 works as well.
>
> As this bug-fix release is primarily needed to address a SolrJ
> back-compat break (SOLR-15145) and unfortunately our smoke tester
> framework does not test for backcompat of older SolrJ against the RC,
> I ask others to please test rolling upgrades of servers (ideally
> multi-node clusters) running pre-8.8.0 to this RC if possible. Also,
> please try client applications that are using an older SolrJ, esp.
> those that load cluster state directly from ZK.
>
> Best regards,
> Tim

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org
Re: [VOTE] Release Lucene/Solr 8.8.1 RC2 [ In reply to ]
SUCCESS! [1:04:46.520370]

+1 Binding

On Wed, Feb 17, 2021 at 1:44 PM Timothy Potter <thelabdude@apache.org> wrote:
>
> And I continue to struggle with the python3 command:
>
> python3 -u dev-tools/scripts/smokeTestRelease.py \
> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe
>
> On Tue, Feb 16, 2021 at 7:41 PM Timothy Potter <thelabdude@apache.org> wrote:
> >
> > Please vote for release candidate 2 for Lucene/Solr 8.8.1
> >
> > The artifacts can be downloaded from:
> > https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe
> >
> > 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-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe
> >
> > The vote will be open for at least 72 hours i.e. until 2021-02-20 03:00 UTC.
> >
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove (and reason why)
> >
> > Here is my +1 SUCCESS! [0:50:07.947952]
> >
> > Also, as with RC1, in addition to the smoke test, I built a Docker
> > image from the RC locally and verified:
> >
> > a. A rolling upgrade of a 3-node 8.7.0 cluster to the 8.8.1 RC
> > completes successfully w/o any NPEs or weirdness with leader election
> > / recoveries.
> > b. The base_url property is stored in replica state after the upgrade
> > c. A basic client application built with SolrJ 8.7.0 can load cluster
> > state info directly from ZK and query the 8.8.1 RC2 servers.
> > d. Same client app built with SolrJ 8.8.0 works as well.
> >
> > As this bug-fix release is primarily needed to address a SolrJ
> > back-compat break (SOLR-15145) and unfortunately our smoke tester
> > framework does not test for backcompat of older SolrJ against the RC,
> > I ask others to please test rolling upgrades of servers (ideally
> > multi-node clusters) running pre-8.8.0 to this RC if possible. Also,
> > please try client applications that are using an older SolrJ, esp.
> > those that load cluster state directly from ZK.
> >
> > Best regards,
> > Tim
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>


--
-----------------------------------------------------
Noble Paul

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org
Re: [VOTE] Release Lucene/Solr 8.8.1 RC2 [ In reply to ]
SUCCESS! [1:07:31.079810]

Tested upgrading from 8.7 and saw no problems

+1 (binding)

On Wed, Feb 17, 2021 at 2:58 AM Noble Paul <noble.paul@gmail.com> wrote:

> SUCCESS! [1:04:46.520370]
>
> +1 Binding
>
> On Wed, Feb 17, 2021 at 1:44 PM Timothy Potter <thelabdude@apache.org>
> wrote:
> >
> > And I continue to struggle with the python3 command:
> >
> > python3 -u dev-tools/scripts/smokeTestRelease.py \
> >
> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe
> >
> > On Tue, Feb 16, 2021 at 7:41 PM Timothy Potter <thelabdude@apache.org>
> wrote:
> > >
> > > Please vote for release candidate 2 for Lucene/Solr 8.8.1
> > >
> > > The artifacts can be downloaded from:
> > >
> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe
> > >
> > > 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-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe
> > >
> > > The vote will be open for at least 72 hours i.e. until 2021-02-20
> 03:00 UTC.
> > >
> > > [ ] +1 approve
> > > [ ] +0 no opinion
> > > [ ] -1 disapprove (and reason why)
> > >
> > > Here is my +1 SUCCESS! [0:50:07.947952]
> > >
> > > Also, as with RC1, in addition to the smoke test, I built a Docker
> > > image from the RC locally and verified:
> > >
> > > a. A rolling upgrade of a 3-node 8.7.0 cluster to the 8.8.1 RC
> > > completes successfully w/o any NPEs or weirdness with leader election
> > > / recoveries.
> > > b. The base_url property is stored in replica state after the upgrade
> > > c. A basic client application built with SolrJ 8.7.0 can load cluster
> > > state info directly from ZK and query the 8.8.1 RC2 servers.
> > > d. Same client app built with SolrJ 8.8.0 works as well.
> > >
> > > As this bug-fix release is primarily needed to address a SolrJ
> > > back-compat break (SOLR-15145) and unfortunately our smoke tester
> > > framework does not test for backcompat of older SolrJ against the RC,
> > > I ask others to please test rolling upgrades of servers (ideally
> > > multi-node clusters) running pre-8.8.0 to this RC if possible. Also,
> > > please try client applications that are using an older SolrJ, esp.
> > > those that load cluster state directly from ZK.
> > >
> > > Best regards,
> > > Tim
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> > For additional commands, e-mail: dev-help@lucene.apache.org
> >
>
>
> --
> -----------------------------------------------------
> Noble Paul
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>
Re: [VOTE] Release Lucene/Solr 8.8.1 RC2 [ In reply to ]
SUCCESS! [1:01:43.630010]

+1 (binding)

On Wed, Feb 17, 2021 at 3:05 PM Tomás Fernández Löbbe <tomasflobbe@gmail.com>
wrote:

> SUCCESS! [1:07:31.079810]
>
> Tested upgrading from 8.7 and saw no problems
>
> +1 (binding)
>
> On Wed, Feb 17, 2021 at 2:58 AM Noble Paul <noble.paul@gmail.com> wrote:
>
>> SUCCESS! [1:04:46.520370]
>>
>> +1 Binding
>>
>> On Wed, Feb 17, 2021 at 1:44 PM Timothy Potter <thelabdude@apache.org>
>> wrote:
>> >
>> > And I continue to struggle with the python3 command:
>> >
>> > python3 -u dev-tools/scripts/smokeTestRelease.py \
>> >
>> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe
>> >
>> > On Tue, Feb 16, 2021 at 7:41 PM Timothy Potter <thelabdude@apache.org>
>> wrote:
>> > >
>> > > Please vote for release candidate 2 for Lucene/Solr 8.8.1
>> > >
>> > > The artifacts can be downloaded from:
>> > >
>> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe
>> > >
>> > > 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-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe
>> > >
>> > > The vote will be open for at least 72 hours i.e. until 2021-02-20
>> 03:00 UTC.
>> > >
>> > > [ ] +1 approve
>> > > [ ] +0 no opinion
>> > > [ ] -1 disapprove (and reason why)
>> > >
>> > > Here is my +1 SUCCESS! [0:50:07.947952]
>> > >
>> > > Also, as with RC1, in addition to the smoke test, I built a Docker
>> > > image from the RC locally and verified:
>> > >
>> > > a. A rolling upgrade of a 3-node 8.7.0 cluster to the 8.8.1 RC
>> > > completes successfully w/o any NPEs or weirdness with leader election
>> > > / recoveries.
>> > > b. The base_url property is stored in replica state after the upgrade
>> > > c. A basic client application built with SolrJ 8.7.0 can load cluster
>> > > state info directly from ZK and query the 8.8.1 RC2 servers.
>> > > d. Same client app built with SolrJ 8.8.0 works as well.
>> > >
>> > > As this bug-fix release is primarily needed to address a SolrJ
>> > > back-compat break (SOLR-15145) and unfortunately our smoke tester
>> > > framework does not test for backcompat of older SolrJ against the RC,
>> > > I ask others to please test rolling upgrades of servers (ideally
>> > > multi-node clusters) running pre-8.8.0 to this RC if possible. Also,
>> > > please try client applications that are using an older SolrJ, esp.
>> > > those that load cluster state directly from ZK.
>> > >
>> > > Best regards,
>> > > Tim
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> > For additional commands, e-mail: dev-help@lucene.apache.org
>> >
>>
>>
>> --
>> -----------------------------------------------------
>> Noble Paul
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>>
>>
Re: [VOTE] Release Lucene/Solr 8.8.1 RC2 [ In reply to ]
SUCCESS! [1:03:43.432934]

+1 Binding

On Thu, Feb 18, 2021 at 2:10 AM Houston Putman <houstonputman@gmail.com> wrote:
>
> SUCCESS! [1:01:43.630010]
>
> +1 (binding)
>
> On Wed, Feb 17, 2021 at 3:05 PM Tomás Fernández Löbbe <tomasflobbe@gmail.com> wrote:
>>
>> SUCCESS! [1:07:31.079810]
>>
>> Tested upgrading from 8.7 and saw no problems
>>
>> +1 (binding)
>>
>> On Wed, Feb 17, 2021 at 2:58 AM Noble Paul <noble.paul@gmail.com> wrote:
>>>
>>> SUCCESS! [1:04:46.520370]
>>>
>>> +1 Binding
>>>
>>> On Wed, Feb 17, 2021 at 1:44 PM Timothy Potter <thelabdude@apache.org> wrote:
>>> >
>>> > And I continue to struggle with the python3 command:
>>> >
>>> > python3 -u dev-tools/scripts/smokeTestRelease.py \
>>> > https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe
>>> >
>>> > On Tue, Feb 16, 2021 at 7:41 PM Timothy Potter <thelabdude@apache.org> wrote:
>>> > >
>>> > > Please vote for release candidate 2 for Lucene/Solr 8.8.1
>>> > >
>>> > > The artifacts can be downloaded from:
>>> > > https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe
>>> > >
>>> > > 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-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe
>>> > >
>>> > > The vote will be open for at least 72 hours i.e. until 2021-02-20 03:00 UTC.
>>> > >
>>> > > [ ] +1 approve
>>> > > [ ] +0 no opinion
>>> > > [ ] -1 disapprove (and reason why)
>>> > >
>>> > > Here is my +1 SUCCESS! [0:50:07.947952]
>>> > >
>>> > > Also, as with RC1, in addition to the smoke test, I built a Docker
>>> > > image from the RC locally and verified:
>>> > >
>>> > > a. A rolling upgrade of a 3-node 8.7.0 cluster to the 8.8.1 RC
>>> > > completes successfully w/o any NPEs or weirdness with leader election
>>> > > / recoveries.
>>> > > b. The base_url property is stored in replica state after the upgrade
>>> > > c. A basic client application built with SolrJ 8.7.0 can load cluster
>>> > > state info directly from ZK and query the 8.8.1 RC2 servers.
>>> > > d. Same client app built with SolrJ 8.8.0 works as well.
>>> > >
>>> > > As this bug-fix release is primarily needed to address a SolrJ
>>> > > back-compat break (SOLR-15145) and unfortunately our smoke tester
>>> > > framework does not test for backcompat of older SolrJ against the RC,
>>> > > I ask others to please test rolling upgrades of servers (ideally
>>> > > multi-node clusters) running pre-8.8.0 to this RC if possible. Also,
>>> > > please try client applications that are using an older SolrJ, esp.
>>> > > those that load cluster state directly from ZK.
>>> > >
>>> > > Best regards,
>>> > > Tim
>>> >
>>> > ---------------------------------------------------------------------
>>> > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>>> > For additional commands, e-mail: dev-help@lucene.apache.org
>>> >
>>>
>>>
>>> --
>>> -----------------------------------------------------
>>> Noble Paul
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>>> For additional commands, e-mail: dev-help@lucene.apache.org
>>>


--
Regards,

Atri
Apache Concerted

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org
Re: [VOTE] Release Lucene/Solr 8.8.1 RC2 [ In reply to ]
+1 Non-binding. Thanks for taking this release forward Tim.



[image: image.png]

On Wed, Feb 17, 2021 at 8:09 PM Atri Sharma <atri@apache.org> wrote:

> SUCCESS! [1:03:43.432934]
>
> +1 Binding
>
> On Thu, Feb 18, 2021 at 2:10 AM Houston Putman <houstonputman@gmail.com>
> wrote:
> >
> > SUCCESS! [1:01:43.630010]
> >
> > +1 (binding)
> >
> > On Wed, Feb 17, 2021 at 3:05 PM Tomás Fernández Löbbe <
> tomasflobbe@gmail.com> wrote:
> >>
> >> SUCCESS! [1:07:31.079810]
> >>
> >> Tested upgrading from 8.7 and saw no problems
> >>
> >> +1 (binding)
> >>
> >> On Wed, Feb 17, 2021 at 2:58 AM Noble Paul <noble.paul@gmail.com>
> wrote:
> >>>
> >>> SUCCESS! [1:04:46.520370]
> >>>
> >>> +1 Binding
> >>>
> >>> On Wed, Feb 17, 2021 at 1:44 PM Timothy Potter <thelabdude@apache.org>
> wrote:
> >>> >
> >>> > And I continue to struggle with the python3 command:
> >>> >
> >>> > python3 -u dev-tools/scripts/smokeTestRelease.py \
> >>> >
> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe
> >>> >
> >>> > On Tue, Feb 16, 2021 at 7:41 PM Timothy Potter <
> thelabdude@apache.org> wrote:
> >>> > >
> >>> > > Please vote for release candidate 2 for Lucene/Solr 8.8.1
> >>> > >
> >>> > > The artifacts can be downloaded from:
> >>> > >
> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe
> >>> > >
> >>> > > 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-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe
> >>> > >
> >>> > > The vote will be open for at least 72 hours i.e. until 2021-02-20
> 03:00 UTC.
> >>> > >
> >>> > > [ ] +1 approve
> >>> > > [ ] +0 no opinion
> >>> > > [ ] -1 disapprove (and reason why)
> >>> > >
> >>> > > Here is my +1 SUCCESS! [0:50:07.947952]
> >>> > >
> >>> > > Also, as with RC1, in addition to the smoke test, I built a Docker
> >>> > > image from the RC locally and verified:
> >>> > >
> >>> > > a. A rolling upgrade of a 3-node 8.7.0 cluster to the 8.8.1 RC
> >>> > > completes successfully w/o any NPEs or weirdness with leader
> election
> >>> > > / recoveries.
> >>> > > b. The base_url property is stored in replica state after the
> upgrade
> >>> > > c. A basic client application built with SolrJ 8.7.0 can load
> cluster
> >>> > > state info directly from ZK and query the 8.8.1 RC2 servers.
> >>> > > d. Same client app built with SolrJ 8.8.0 works as well.
> >>> > >
> >>> > > As this bug-fix release is primarily needed to address a SolrJ
> >>> > > back-compat break (SOLR-15145) and unfortunately our smoke tester
> >>> > > framework does not test for backcompat of older SolrJ against the
> RC,
> >>> > > I ask others to please test rolling upgrades of servers (ideally
> >>> > > multi-node clusters) running pre-8.8.0 to this RC if possible.
> Also,
> >>> > > please try client applications that are using an older SolrJ, esp.
> >>> > > those that load cluster state directly from ZK.
> >>> > >
> >>> > > Best regards,
> >>> > > Tim
> >>> >
> >>> > ---------------------------------------------------------------------
> >>> > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> >>> > For additional commands, e-mail: dev-help@lucene.apache.org
> >>> >
> >>>
> >>>
> >>> --
> >>> -----------------------------------------------------
> >>> Noble Paul
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> >>> For additional commands, e-mail: dev-help@lucene.apache.org
> >>>
>
>
> --
> Regards,
>
> Atri
> Apache Concerted
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>

--
Marcus Eagan
Re: [VOTE] Release Lucene/Solr 8.8.1 RC2 [ In reply to ]
+1 (binding)
SUCCESS! [1:04:04.738835]

Tested with a sample app, basic indexing, search, and went through the UI.
Looks good.

Thanks for the effort, Tim!



On Tue, Feb 16, 2021 at 6:42 PM Timothy Potter <thelabdude@apache.org>
wrote:

> Please vote for release candidate 2 for Lucene/Solr 8.8.1
>
> The artifacts can be downloaded from:
>
> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe
>
> 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-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe
>
> The vote will be open for at least 72 hours i.e. until 2021-02-20 03:00
> UTC.
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove (and reason why)
>
> Here is my +1 SUCCESS! [0:50:07.947952]
>
> Also, as with RC1, in addition to the smoke test, I built a Docker
> image from the RC locally and verified:
>
> a. A rolling upgrade of a 3-node 8.7.0 cluster to the 8.8.1 RC
> completes successfully w/o any NPEs or weirdness with leader election
> / recoveries.
> b. The base_url property is stored in replica state after the upgrade
> c. A basic client application built with SolrJ 8.7.0 can load cluster
> state info directly from ZK and query the 8.8.1 RC2 servers.
> d. Same client app built with SolrJ 8.8.0 works as well.
>
> As this bug-fix release is primarily needed to address a SolrJ
> back-compat break (SOLR-15145) and unfortunately our smoke tester
> framework does not test for backcompat of older SolrJ against the RC,
> I ask others to please test rolling upgrades of servers (ideally
> multi-node clusters) running pre-8.8.0 to this RC if possible. Also,
> please try client applications that are using an older SolrJ, esp.
> those that load cluster state directly from ZK.
>
> Best regards,
> Tim
>
> ---------------------------------------------------------------------
> 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/Solr 8.8.1 RC2 [ In reply to ]
This morning, my attempt turned up 3 errors, none of which reproduced for
their seeds:

[junit4] Tests with failures [seed: 3B16FA15699FBCA8]:

[junit4] -
org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory

[junit4] -
org.apache.solr.cloud.LeaderTragicEventTest.testLeaderFailsOver

[junit4] - org.apache.solr.cloud.ZkSolrClientTest.testReconnect

[junit4] - org.apache.solr.cloud.ZkSolrClientTest (suite)

I'll try again tonight.

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


On Thu, Feb 18, 2021 at 11:18 PM Anshum Gupta <anshum@anshumgupta.net>
wrote:

> +1 (binding)
> SUCCESS! [1:04:04.738835]
>
> Tested with a sample app, basic indexing, search, and went through the UI.
> Looks good.
>
> Thanks for the effort, Tim!
>
>
>
> On Tue, Feb 16, 2021 at 6:42 PM Timothy Potter <thelabdude@apache.org>
> wrote:
>
>> Please vote for release candidate 2 for Lucene/Solr 8.8.1
>>
>> The artifacts can be downloaded from:
>>
>> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe
>>
>> 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-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe
>>
>> The vote will be open for at least 72 hours i.e. until 2021-02-20 03:00
>> UTC.
>>
>> [ ] +1 approve
>> [ ] +0 no opinion
>> [ ] -1 disapprove (and reason why)
>>
>> Here is my +1 SUCCESS! [0:50:07.947952]
>>
>> Also, as with RC1, in addition to the smoke test, I built a Docker
>> image from the RC locally and verified:
>>
>> a. A rolling upgrade of a 3-node 8.7.0 cluster to the 8.8.1 RC
>> completes successfully w/o any NPEs or weirdness with leader election
>> / recoveries.
>> b. The base_url property is stored in replica state after the upgrade
>> c. A basic client application built with SolrJ 8.7.0 can load cluster
>> state info directly from ZK and query the 8.8.1 RC2 servers.
>> d. Same client app built with SolrJ 8.8.0 works as well.
>>
>> As this bug-fix release is primarily needed to address a SolrJ
>> back-compat break (SOLR-15145) and unfortunately our smoke tester
>> framework does not test for backcompat of older SolrJ against the RC,
>> I ask others to please test rolling upgrades of servers (ideally
>> multi-node clusters) running pre-8.8.0 to this RC if possible. Also,
>> please try client applications that are using an older SolrJ, esp.
>> those that load cluster state directly from ZK.
>>
>> Best regards,
>> Tim
>>
>> ---------------------------------------------------------------------
>> 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/Solr 8.8.1 RC2 [ In reply to ]
And it failed for me again; this time with some other test:

[junit4] Tests with failures [seed: EDBAB91A9E12EDEA]:

[junit4] -
org.apache.solr.metrics.reporters.solr.SolrCloudReportersTest.testExplicitConfiguration

These failures all failed related to timeouts, AFAICT. The computer I'm
doing this on is a somewhat old.

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


On Fri, Feb 19, 2021 at 12:39 AM David Smiley <dsmiley@apache.org> wrote:

> This morning, my attempt turned up 3 errors, none of which reproduced for
> their seeds:
>
> [junit4] Tests with failures [seed: 3B16FA15699FBCA8]:
>
> [junit4] -
> org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory
>
> [junit4] -
> org.apache.solr.cloud.LeaderTragicEventTest.testLeaderFailsOver
>
> [junit4] - org.apache.solr.cloud.ZkSolrClientTest.testReconnect
>
> [junit4] - org.apache.solr.cloud.ZkSolrClientTest (suite)
>
> I'll try again tonight.
>
> ~ David Smiley
> Apache Lucene/Solr Search Developer
> http://www.linkedin.com/in/davidwsmiley
>
>
> On Thu, Feb 18, 2021 at 11:18 PM Anshum Gupta <anshum@anshumgupta.net>
> wrote:
>
>> +1 (binding)
>> SUCCESS! [1:04:04.738835]
>>
>> Tested with a sample app, basic indexing, search, and went through the
>> UI. Looks good.
>>
>> Thanks for the effort, Tim!
>>
>>
>>
>> On Tue, Feb 16, 2021 at 6:42 PM Timothy Potter <thelabdude@apache.org>
>> wrote:
>>
>>> Please vote for release candidate 2 for Lucene/Solr 8.8.1
>>>
>>> The artifacts can be downloaded from:
>>>
>>> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe
>>>
>>> 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-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe
>>>
>>> The vote will be open for at least 72 hours i.e. until 2021-02-20 03:00
>>> UTC.
>>>
>>> [ ] +1 approve
>>> [ ] +0 no opinion
>>> [ ] -1 disapprove (and reason why)
>>>
>>> Here is my +1 SUCCESS! [0:50:07.947952]
>>>
>>> Also, as with RC1, in addition to the smoke test, I built a Docker
>>> image from the RC locally and verified:
>>>
>>> a. A rolling upgrade of a 3-node 8.7.0 cluster to the 8.8.1 RC
>>> completes successfully w/o any NPEs or weirdness with leader election
>>> / recoveries.
>>> b. The base_url property is stored in replica state after the upgrade
>>> c. A basic client application built with SolrJ 8.7.0 can load cluster
>>> state info directly from ZK and query the 8.8.1 RC2 servers.
>>> d. Same client app built with SolrJ 8.8.0 works as well.
>>>
>>> As this bug-fix release is primarily needed to address a SolrJ
>>> back-compat break (SOLR-15145) and unfortunately our smoke tester
>>> framework does not test for backcompat of older SolrJ against the RC,
>>> I ask others to please test rolling upgrades of servers (ideally
>>> multi-node clusters) running pre-8.8.0 to this RC if possible. Also,
>>> please try client applications that are using an older SolrJ, esp.
>>> those that load cluster state directly from ZK.
>>>
>>> Best regards,
>>> Tim
>>>
>>> ---------------------------------------------------------------------
>>> 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/Solr 8.8.1 RC2 [ In reply to ]
+1


SUCCESS! [0:44:40.820638]


Mike McCandless

http://blog.mikemccandless.com


On Tue, Feb 16, 2021 at 9:42 PM Timothy Potter <thelabdude@apache.org>
wrote:

> Please vote for release candidate 2 for Lucene/Solr 8.8.1
>
> The artifacts can be downloaded from:
>
> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe
>
> 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-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe
>
> The vote will be open for at least 72 hours i.e. until 2021-02-20 03:00
> UTC.
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove (and reason why)
>
> Here is my +1 SUCCESS! [0:50:07.947952]
>
> Also, as with RC1, in addition to the smoke test, I built a Docker
> image from the RC locally and verified:
>
> a. A rolling upgrade of a 3-node 8.7.0 cluster to the 8.8.1 RC
> completes successfully w/o any NPEs or weirdness with leader election
> / recoveries.
> b. The base_url property is stored in replica state after the upgrade
> c. A basic client application built with SolrJ 8.7.0 can load cluster
> state info directly from ZK and query the 8.8.1 RC2 servers.
> d. Same client app built with SolrJ 8.8.0 works as well.
>
> As this bug-fix release is primarily needed to address a SolrJ
> back-compat break (SOLR-15145) and unfortunately our smoke tester
> framework does not test for backcompat of older SolrJ against the RC,
> I ask others to please test rolling upgrades of servers (ideally
> multi-node clusters) running pre-8.8.0 to this RC if possible. Also,
> please try client applications that are using an older SolrJ, esp.
> those that load cluster state directly from ZK.
>
> Best regards,
> Tim
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>