You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@solr.apache.org by Michael Gibney <mi...@michaelgibney.net> on 2023/01/14 05:17:01 UTC

[VOTE] Release Solr 9.1.1 RC1

Please vote for release candidate 1 for Solr 9.1.1

The artifacts can be downloaded from:
https://dist.apache.org/repos/dist/dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539

You can run the smoke tester directly with this command:

python3 -u dev-tools/scripts/smokeTestRelease.py \
https://dist.apache.org/repos/dist/dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539

You can build a release-candidate of the official docker image using the
following command:

DIST_BASE=https://dist.apache.org/repos/dist/dev/solr && \
  RC_FOLDER=solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539 && \
  docker build $DIST_BASE/$RC_FOLDER/solr/docker/Dockerfile.official \
  --build-arg SOLR_DOWNLOAD_URL=$DIST_BASE/$RC_FOLDER/solr/solr-9.1.1.tgz \
  -t solr-rc:9.1.1-1

The vote will be open for at least 72 hours i.e. until 2023-01-17 05:00 UTC.
Given the weekend and holidays, let's leave the vote open an extra day;
aiming for 2023-01-18 18:00 UTC

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

Here is my +1

SUCCESS! [0:49:17.605582]

Re: [VOTE] Release Solr 9.1.1 RC1

Posted by Michael Gibney <mi...@michaelgibney.net>.
Agreed, thanks for catching this. The vote on RC1 is canceled and the
artifacts have been removed. I will proceed with building RC2 shortly.

Michael

On Tue, Jan 17, 2023 at 7:22 AM Ishan Chattopadhyaya <
ichattopadhyaya@gmail.com> wrote:

> Agree, this needs a re-spin. The effect of the bug was that shards
> were not recovering on startup, hence queries were failing (503).
>
> On Tue, Jan 17, 2023 at 5:43 PM Noble Paul <no...@gmail.com> wrote:
> >
> > apparently the failures went away after this
> >
> >
> https://github.com/apache/solr/commit/1d7b7795cc77ad6863832e3a87d144a68490ba06
> >
> > This is a serious bug. IMHO we should commit that and do a respin
> >
> >
> >
> > On Tue, Jan 17, 2023 at 6:14 PM Ishan Chattopadhyaya <
> > ichattopadhyaya@gmail.com> wrote:
> >
> > > Hi Michael,
> > > Noble and I are looking into a potential regression with 9.1 release.
> > > Detailed commentary here:
> > >
> > >
> https://issues.apache.org/jira/browse/SOLR-16525?focusedCommentId=17676890&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17676890
> > > TLDR; queries (faceting) were failing with http status 503.
> > >
> > > At this point in time, we don't know much more due to inadequate
> > > information from the logs. Please give us a couple of days to settle
> > > this one way or the other, so that if we identify the problem (if at
> > > all there is one), we can fix it in a 9.1.1 RC2.
> > > Thanks,
> > > Ishan
> > >
> > > On Sat, Jan 14, 2023 at 10:47 AM Michael Gibney
> > > <mi...@michaelgibney.net> wrote:
> > > >
> > > > Please vote for release candidate 1 for Solr 9.1.1
> > > >
> > > > The artifacts can be downloaded from:
> > > >
> > >
> https://dist.apache.org/repos/dist/dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539
> > > >
> > > > You can run the smoke tester directly with this command:
> > > >
> > > > python3 -u dev-tools/scripts/smokeTestRelease.py \
> > > >
> > >
> https://dist.apache.org/repos/dist/dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539
> > > >
> > > > You can build a release-candidate of the official docker image using
> the
> > > > following command:
> > > >
> > > > DIST_BASE=https://dist.apache.org/repos/dist/dev/solr && \
> > > >
>  RC_FOLDER=solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539
> > > && \
> > > >   docker build $DIST_BASE/$RC_FOLDER/solr/docker/Dockerfile.official
> \
> > > >   --build-arg
> > > SOLR_DOWNLOAD_URL=$DIST_BASE/$RC_FOLDER/solr/solr-9.1.1.tgz \
> > > >   -t solr-rc:9.1.1-1
> > > >
> > > > The vote will be open for at least 72 hours i.e. until 2023-01-17
> 05:00
> > > UTC.
> > > > Given the weekend and holidays, let's leave the vote open an extra
> day;
> > > > aiming for 2023-01-18 18:00 UTC
> > > >
> > > > [ ] +1  approve
> > > > [ ] +0  no opinion
> > > > [ ] -1  disapprove (and reason why)
> > > >
> > > > Here is my +1
> > > >
> > > > SUCCESS! [0:49:17.605582]
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@solr.apache.org
> > > For additional commands, e-mail: dev-help@solr.apache.org
> > >
> > >
> >
> > --
> > -----------------------------------------------------
> > Noble Paul
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@solr.apache.org
> For additional commands, e-mail: dev-help@solr.apache.org
>
>

Re: [VOTE] Release Solr 9.1.1 RC1

Posted by Ishan Chattopadhyaya <ic...@gmail.com>.
Agree, this needs a re-spin. The effect of the bug was that shards
were not recovering on startup, hence queries were failing (503).

On Tue, Jan 17, 2023 at 5:43 PM Noble Paul <no...@gmail.com> wrote:
>
> apparently the failures went away after this
>
> https://github.com/apache/solr/commit/1d7b7795cc77ad6863832e3a87d144a68490ba06
>
> This is a serious bug. IMHO we should commit that and do a respin
>
>
>
> On Tue, Jan 17, 2023 at 6:14 PM Ishan Chattopadhyaya <
> ichattopadhyaya@gmail.com> wrote:
>
> > Hi Michael,
> > Noble and I are looking into a potential regression with 9.1 release.
> > Detailed commentary here:
> >
> > https://issues.apache.org/jira/browse/SOLR-16525?focusedCommentId=17676890&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17676890
> > TLDR; queries (faceting) were failing with http status 503.
> >
> > At this point in time, we don't know much more due to inadequate
> > information from the logs. Please give us a couple of days to settle
> > this one way or the other, so that if we identify the problem (if at
> > all there is one), we can fix it in a 9.1.1 RC2.
> > Thanks,
> > Ishan
> >
> > On Sat, Jan 14, 2023 at 10:47 AM Michael Gibney
> > <mi...@michaelgibney.net> wrote:
> > >
> > > Please vote for release candidate 1 for Solr 9.1.1
> > >
> > > The artifacts can be downloaded from:
> > >
> > https://dist.apache.org/repos/dist/dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539
> > >
> > > You can run the smoke tester directly with this command:
> > >
> > > python3 -u dev-tools/scripts/smokeTestRelease.py \
> > >
> > https://dist.apache.org/repos/dist/dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539
> > >
> > > You can build a release-candidate of the official docker image using the
> > > following command:
> > >
> > > DIST_BASE=https://dist.apache.org/repos/dist/dev/solr && \
> > >   RC_FOLDER=solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539
> > && \
> > >   docker build $DIST_BASE/$RC_FOLDER/solr/docker/Dockerfile.official \
> > >   --build-arg
> > SOLR_DOWNLOAD_URL=$DIST_BASE/$RC_FOLDER/solr/solr-9.1.1.tgz \
> > >   -t solr-rc:9.1.1-1
> > >
> > > The vote will be open for at least 72 hours i.e. until 2023-01-17 05:00
> > UTC.
> > > Given the weekend and holidays, let's leave the vote open an extra day;
> > > aiming for 2023-01-18 18:00 UTC
> > >
> > > [ ] +1  approve
> > > [ ] +0  no opinion
> > > [ ] -1  disapprove (and reason why)
> > >
> > > Here is my +1
> > >
> > > SUCCESS! [0:49:17.605582]
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@solr.apache.org
> > For additional commands, e-mail: dev-help@solr.apache.org
> >
> >
>
> --
> -----------------------------------------------------
> Noble Paul

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@solr.apache.org
For additional commands, e-mail: dev-help@solr.apache.org


Re: [VOTE] Release Solr 9.1.1 RC1

Posted by Noble Paul <no...@gmail.com>.
apparently the failures went away after this

https://github.com/apache/solr/commit/1d7b7795cc77ad6863832e3a87d144a68490ba06

This is a serious bug. IMHO we should commit that and do a respin



On Tue, Jan 17, 2023 at 6:14 PM Ishan Chattopadhyaya <
ichattopadhyaya@gmail.com> wrote:

> Hi Michael,
> Noble and I are looking into a potential regression with 9.1 release.
> Detailed commentary here:
>
> https://issues.apache.org/jira/browse/SOLR-16525?focusedCommentId=17676890&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17676890
> TLDR; queries (faceting) were failing with http status 503.
>
> At this point in time, we don't know much more due to inadequate
> information from the logs. Please give us a couple of days to settle
> this one way or the other, so that if we identify the problem (if at
> all there is one), we can fix it in a 9.1.1 RC2.
> Thanks,
> Ishan
>
> On Sat, Jan 14, 2023 at 10:47 AM Michael Gibney
> <mi...@michaelgibney.net> wrote:
> >
> > Please vote for release candidate 1 for Solr 9.1.1
> >
> > The artifacts can be downloaded from:
> >
> https://dist.apache.org/repos/dist/dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539
> >
> > You can run the smoke tester directly with this command:
> >
> > python3 -u dev-tools/scripts/smokeTestRelease.py \
> >
> https://dist.apache.org/repos/dist/dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539
> >
> > You can build a release-candidate of the official docker image using the
> > following command:
> >
> > DIST_BASE=https://dist.apache.org/repos/dist/dev/solr && \
> >   RC_FOLDER=solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539
> && \
> >   docker build $DIST_BASE/$RC_FOLDER/solr/docker/Dockerfile.official \
> >   --build-arg
> SOLR_DOWNLOAD_URL=$DIST_BASE/$RC_FOLDER/solr/solr-9.1.1.tgz \
> >   -t solr-rc:9.1.1-1
> >
> > The vote will be open for at least 72 hours i.e. until 2023-01-17 05:00
> UTC.
> > Given the weekend and holidays, let's leave the vote open an extra day;
> > aiming for 2023-01-18 18:00 UTC
> >
> > [ ] +1  approve
> > [ ] +0  no opinion
> > [ ] -1  disapprove (and reason why)
> >
> > Here is my +1
> >
> > SUCCESS! [0:49:17.605582]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@solr.apache.org
> For additional commands, e-mail: dev-help@solr.apache.org
>
>

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

Re: [VOTE] Release Solr 9.1.1 RC1

Posted by Ishan Chattopadhyaya <ic...@gmail.com>.
Hi Michael,
Noble and I are looking into a potential regression with 9.1 release.
Detailed commentary here:
https://issues.apache.org/jira/browse/SOLR-16525?focusedCommentId=17676890&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17676890
TLDR; queries (faceting) were failing with http status 503.

At this point in time, we don't know much more due to inadequate
information from the logs. Please give us a couple of days to settle
this one way or the other, so that if we identify the problem (if at
all there is one), we can fix it in a 9.1.1 RC2.
Thanks,
Ishan

On Sat, Jan 14, 2023 at 10:47 AM Michael Gibney
<mi...@michaelgibney.net> wrote:
>
> Please vote for release candidate 1 for Solr 9.1.1
>
> The artifacts can be downloaded from:
> https://dist.apache.org/repos/dist/dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539
>
> You can run the smoke tester directly with this command:
>
> python3 -u dev-tools/scripts/smokeTestRelease.py \
> https://dist.apache.org/repos/dist/dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539
>
> You can build a release-candidate of the official docker image using the
> following command:
>
> DIST_BASE=https://dist.apache.org/repos/dist/dev/solr && \
>   RC_FOLDER=solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539 && \
>   docker build $DIST_BASE/$RC_FOLDER/solr/docker/Dockerfile.official \
>   --build-arg SOLR_DOWNLOAD_URL=$DIST_BASE/$RC_FOLDER/solr/solr-9.1.1.tgz \
>   -t solr-rc:9.1.1-1
>
> The vote will be open for at least 72 hours i.e. until 2023-01-17 05:00 UTC.
> Given the weekend and holidays, let's leave the vote open an extra day;
> aiming for 2023-01-18 18:00 UTC
>
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)
>
> Here is my +1
>
> SUCCESS! [0:49:17.605582]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@solr.apache.org
For additional commands, e-mail: dev-help@solr.apache.org