You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@solr.apache.org by Ishan Chattopadhyaya <ic...@gmail.com> on 2022/11/11 08:47:57 UTC

[VOTE] Release Solr 9.1.0 RC2

Please vote for release candidate 2 for Solr 9.1.0

The artifacts can be downloaded from:
https://dist.apache.org/repos/dist/dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d

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.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d

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.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d && \
  docker build $DIST_BASE/$RC_FOLDER/solr/docker/Dockerfile.official \
  --build-arg SOLR_DOWNLOAD_URL=$DIST_BASE/$RC_FOLDER/solr/solr-9.1.0.tgz \
  -t solr-rc:9.1.0-2

The vote will be open for at least 72 hours i.e. until 2022-11-14 09:00 UTC.

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

Here is my +1
----

Re: [VOTE] Release Solr 9.1.0 RC2

Posted by "alejandro@alejandroarrieta.com alejandro@alejandroarrieta.com" <al...@alejandroarrieta.com>.
Hello Team

SUCCESS! [0:38:42.640376]

+0 dont know if my vote counts and my first post to solr dev, hello :-)

ubuntu 22.04+openjdk 11+virtualbox

Are these warnings expected on the smoke test?
verify JAR metadata/identity/no javax.* or java.* classes...
      **WARNING**: skipping check of /tmp/smoke_solr_9.1.0_aa4f3d98ab19c201e7f3c74cd14c99174148616d_2/unpack/solr-9.1.0/modules/extraction/lib/jakarta.activation-api-1.2.2.jar: it has javax.* classes
      **WARNING**: skipping check of /tmp/smoke_solr_9.1.0_aa4f3d98ab19c201e7f3c74cd14c99174148616d_2/unpack/solr-9.1.0/modules/extraction/lib/jakarta.activation-1.2.2.jar: it has javax.* classes
      **WARNING**: skipping check of /tmp/smoke_solr_9.1.0_aa4f3d98ab19c201e7f3c74cd14c99174148616d_2/unpack/solr-9.1.0/modules/extraction/lib/unit-api-1.0.jar: it has javax.* classes
      **WARNING**: skipping check of /tmp/smoke_solr_9.1.0_aa4f3d98ab19c201e7f3c74cd14c99174148616d_2/unpack/solr-9.1.0/modules/extraction/lib/jakarta.xml.bind-api-2.3.3.jar: it has javax.* classes

Kind Regards,
Alejandro Arrieta

> On 11/11/2022 5:47 AM -03 Ishan Chattopadhyaya <ic...@gmail.com> wrote:
> 
>  
> Please vote for release candidate 2 for Solr 9.1.0
> 
> The artifacts can be downloaded from:
> https://dist.apache.org/repos/dist/dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d
> 
> 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.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d
> 
> 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.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d && \
>   docker build $DIST_BASE/$RC_FOLDER/solr/docker/Dockerfile.official \
>   --build-arg SOLR_DOWNLOAD_URL=$DIST_BASE/$RC_FOLDER/solr/solr-9.1.0.tgz \
>   -t solr-rc:9.1.0-2
> 
> The vote will be open for at least 72 hours i.e. until 2022-11-14 09:00 UTC.
> 
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)
> 
> Here is my +1
> ----

---------------------------------------------------------------------
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.0 RC2

Posted by Ishan Chattopadhyaya <ic...@gmail.com>.
Thanks everyone for voting. The vote has passed, I'll work on releasing the
artifacts soon.

On Wed, 16 Nov, 2022, 1:06 am Alessandro Benedetti, <a....@sease.io>
wrote:

> SUCCESS! [0:42:09.371846]
>
> +1 !
> Thanks again Ishan for following this release!
> --------------------------
> *Alessandro Benedetti*
> Director @ Sease Ltd.
> *Apache Lucene/Solr Committer*
> *Apache Solr PMC Member*
>
> e-mail: a.benedetti@sease.io
>
>
> *Sease* - Information Retrieval Applied
> Consulting | Training | Open Source
>
> Website: Sease.io <http://sease.io/>
> LinkedIn <https://linkedin.com/company/sease-ltd> | Twitter
> <https://twitter.com/seaseltd> | Youtube
> <https://www.youtube.com/channel/UCDx86ZKLYNpI3gzMercM7BQ> | Github
> <https://github.com/seaseltd>
>
>
> On Mon, 14 Nov 2022 at 11:41, Noble Paul <no...@gmail.com> wrote:
>
> > SUCCESS! [1:05:07.399269]
> >
> > +1
> >
> > On Sat, Nov 12, 2022 at 5:41 AM Houston Putman <ho...@apache.org>
> wrote:
> >
> > > +1 (binding)
> > >
> > > SUCCESS! [0:33:46.835663]
> > >
> > > Also tested with the Solr Operator: (Check out the solr operator repo,
> > and
> > > run: SOLR_IMAGE=solr-rc:9.1.0-2 make smoke-test)
> > >
> > > ********************
> > > Successfully smoke tested the Solr Operator v0.7.0-prerelease!
> > >
> > > Are these warnings expected on the smoke test?
> > > > verify JAR metadata/identity/no javax.* or java.* classes...
> > > >       **WARNING**: skipping check of
> > > >
> > >
> >
> /tmp/smoke_solr_9.1.0_aa4f3d98ab19c201e7f3c74cd14c99174148616d_2/unpack/solr-9.1.0/modules/extraction/lib/jakarta.activation-api-1.2.2.jar:
> > > > it has javax.* classes
> > > >       **WARNING**: skipping check of
> > > >
> > >
> >
> /tmp/smoke_solr_9.1.0_aa4f3d98ab19c201e7f3c74cd14c99174148616d_2/unpack/solr-9.1.0/modules/extraction/lib/jakarta.activation-1.2.2.jar:
> > > > it has javax.* classes
> > > >       **WARNING**: skipping check of
> > > >
> > >
> >
> /tmp/smoke_solr_9.1.0_aa4f3d98ab19c201e7f3c74cd14c99174148616d_2/unpack/solr-9.1.0/modules/extraction/lib/unit-api-1.0.jar:
> > > > it has javax.* classes
> > > >       **WARNING**: skipping check of
> > > >
> > >
> >
> /tmp/smoke_solr_9.1.0_aa4f3d98ab19c201e7f3c74cd14c99174148616d_2/unpack/solr-9.1.0/modules/extraction/lib/jakarta.xml.bind-api-2.3.3.jar:
> > > > it has javax.* classes
> > > >
> > >
> > > I think it's expected. It would error and fail the smoketest if they
> > > werent expected. You can see this happen on the current branch_9x.
> > >
> > > - Houston
> > >
> > > On Fri, Nov 11, 2022 at 1:23 PM Jan Høydahl <ja...@cominvent.com>
> > wrote:
> > >
> > > > +1 (binding)
> > > >
> > > > SUCCESS! [0:36:54.196778]
> > > >
> > > > > 11. nov. 2022 kl. 09:47 skrev Ishan Chattopadhyaya <
> > > > ichattopadhyaya@gmail.com>:
> > > > >
> > > > > Please vote for release candidate 2 for Solr 9.1.0
> > > > >
> > > > > The artifacts can be downloaded from:
> > > > >
> > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d
> > > > >
> > > > > 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.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d
> > > > >
> > > > > 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.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d
> > > > && \
> > > > >  docker build
> $DIST_BASE/$RC_FOLDER/solr/docker/Dockerfile.official \
> > > > >  --build-arg
> > > SOLR_DOWNLOAD_URL=$DIST_BASE/$RC_FOLDER/solr/solr-9.1.0.tgz
> > > > \
> > > > >  -t solr-rc:9.1.0-2
> > > > >
> > > > > The vote will be open for at least 72 hours i.e. until 2022-11-14
> > 09:00
> > > > UTC.
> > > > >
> > > > > [ ] +1  approve
> > > > > [ ] +0  no opinion
> > > > > [ ] -1  disapprove (and reason why)
> > > > >
> > > > > Here is my +1
> > > > > ----
> > > >
> > > >
> > > > ---------------------------------------------------------------------
> > > > 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.0 RC2

Posted by Alessandro Benedetti <a....@sease.io>.
SUCCESS! [0:42:09.371846]

+1 !
Thanks again Ishan for following this release!
--------------------------
*Alessandro Benedetti*
Director @ Sease Ltd.
*Apache Lucene/Solr Committer*
*Apache Solr PMC Member*

e-mail: a.benedetti@sease.io


*Sease* - Information Retrieval Applied
Consulting | Training | Open Source

Website: Sease.io <http://sease.io/>
LinkedIn <https://linkedin.com/company/sease-ltd> | Twitter
<https://twitter.com/seaseltd> | Youtube
<https://www.youtube.com/channel/UCDx86ZKLYNpI3gzMercM7BQ> | Github
<https://github.com/seaseltd>


On Mon, 14 Nov 2022 at 11:41, Noble Paul <no...@gmail.com> wrote:

> SUCCESS! [1:05:07.399269]
>
> +1
>
> On Sat, Nov 12, 2022 at 5:41 AM Houston Putman <ho...@apache.org> wrote:
>
> > +1 (binding)
> >
> > SUCCESS! [0:33:46.835663]
> >
> > Also tested with the Solr Operator: (Check out the solr operator repo,
> and
> > run: SOLR_IMAGE=solr-rc:9.1.0-2 make smoke-test)
> >
> > ********************
> > Successfully smoke tested the Solr Operator v0.7.0-prerelease!
> >
> > Are these warnings expected on the smoke test?
> > > verify JAR metadata/identity/no javax.* or java.* classes...
> > >       **WARNING**: skipping check of
> > >
> >
> /tmp/smoke_solr_9.1.0_aa4f3d98ab19c201e7f3c74cd14c99174148616d_2/unpack/solr-9.1.0/modules/extraction/lib/jakarta.activation-api-1.2.2.jar:
> > > it has javax.* classes
> > >       **WARNING**: skipping check of
> > >
> >
> /tmp/smoke_solr_9.1.0_aa4f3d98ab19c201e7f3c74cd14c99174148616d_2/unpack/solr-9.1.0/modules/extraction/lib/jakarta.activation-1.2.2.jar:
> > > it has javax.* classes
> > >       **WARNING**: skipping check of
> > >
> >
> /tmp/smoke_solr_9.1.0_aa4f3d98ab19c201e7f3c74cd14c99174148616d_2/unpack/solr-9.1.0/modules/extraction/lib/unit-api-1.0.jar:
> > > it has javax.* classes
> > >       **WARNING**: skipping check of
> > >
> >
> /tmp/smoke_solr_9.1.0_aa4f3d98ab19c201e7f3c74cd14c99174148616d_2/unpack/solr-9.1.0/modules/extraction/lib/jakarta.xml.bind-api-2.3.3.jar:
> > > it has javax.* classes
> > >
> >
> > I think it's expected. It would error and fail the smoketest if they
> > werent expected. You can see this happen on the current branch_9x.
> >
> > - Houston
> >
> > On Fri, Nov 11, 2022 at 1:23 PM Jan Høydahl <ja...@cominvent.com>
> wrote:
> >
> > > +1 (binding)
> > >
> > > SUCCESS! [0:36:54.196778]
> > >
> > > > 11. nov. 2022 kl. 09:47 skrev Ishan Chattopadhyaya <
> > > ichattopadhyaya@gmail.com>:
> > > >
> > > > Please vote for release candidate 2 for Solr 9.1.0
> > > >
> > > > The artifacts can be downloaded from:
> > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d
> > > >
> > > > 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.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d
> > > >
> > > > 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.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d
> > > && \
> > > >  docker build $DIST_BASE/$RC_FOLDER/solr/docker/Dockerfile.official \
> > > >  --build-arg
> > SOLR_DOWNLOAD_URL=$DIST_BASE/$RC_FOLDER/solr/solr-9.1.0.tgz
> > > \
> > > >  -t solr-rc:9.1.0-2
> > > >
> > > > The vote will be open for at least 72 hours i.e. until 2022-11-14
> 09:00
> > > UTC.
> > > >
> > > > [ ] +1  approve
> > > > [ ] +0  no opinion
> > > > [ ] -1  disapprove (and reason why)
> > > >
> > > > Here is my +1
> > > > ----
> > >
> > >
> > > ---------------------------------------------------------------------
> > > 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.0 RC2

Posted by Noble Paul <no...@gmail.com>.
SUCCESS! [1:05:07.399269]

+1

On Sat, Nov 12, 2022 at 5:41 AM Houston Putman <ho...@apache.org> wrote:

> +1 (binding)
>
> SUCCESS! [0:33:46.835663]
>
> Also tested with the Solr Operator: (Check out the solr operator repo, and
> run: SOLR_IMAGE=solr-rc:9.1.0-2 make smoke-test)
>
> ********************
> Successfully smoke tested the Solr Operator v0.7.0-prerelease!
>
> Are these warnings expected on the smoke test?
> > verify JAR metadata/identity/no javax.* or java.* classes...
> >       **WARNING**: skipping check of
> >
> /tmp/smoke_solr_9.1.0_aa4f3d98ab19c201e7f3c74cd14c99174148616d_2/unpack/solr-9.1.0/modules/extraction/lib/jakarta.activation-api-1.2.2.jar:
> > it has javax.* classes
> >       **WARNING**: skipping check of
> >
> /tmp/smoke_solr_9.1.0_aa4f3d98ab19c201e7f3c74cd14c99174148616d_2/unpack/solr-9.1.0/modules/extraction/lib/jakarta.activation-1.2.2.jar:
> > it has javax.* classes
> >       **WARNING**: skipping check of
> >
> /tmp/smoke_solr_9.1.0_aa4f3d98ab19c201e7f3c74cd14c99174148616d_2/unpack/solr-9.1.0/modules/extraction/lib/unit-api-1.0.jar:
> > it has javax.* classes
> >       **WARNING**: skipping check of
> >
> /tmp/smoke_solr_9.1.0_aa4f3d98ab19c201e7f3c74cd14c99174148616d_2/unpack/solr-9.1.0/modules/extraction/lib/jakarta.xml.bind-api-2.3.3.jar:
> > it has javax.* classes
> >
>
> I think it's expected. It would error and fail the smoketest if they
> werent expected. You can see this happen on the current branch_9x.
>
> - Houston
>
> On Fri, Nov 11, 2022 at 1:23 PM Jan Høydahl <ja...@cominvent.com> wrote:
>
> > +1 (binding)
> >
> > SUCCESS! [0:36:54.196778]
> >
> > > 11. nov. 2022 kl. 09:47 skrev Ishan Chattopadhyaya <
> > ichattopadhyaya@gmail.com>:
> > >
> > > Please vote for release candidate 2 for Solr 9.1.0
> > >
> > > The artifacts can be downloaded from:
> > >
> >
> https://dist.apache.org/repos/dist/dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d
> > >
> > > 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.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d
> > >
> > > 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.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d
> > && \
> > >  docker build $DIST_BASE/$RC_FOLDER/solr/docker/Dockerfile.official \
> > >  --build-arg
> SOLR_DOWNLOAD_URL=$DIST_BASE/$RC_FOLDER/solr/solr-9.1.0.tgz
> > \
> > >  -t solr-rc:9.1.0-2
> > >
> > > The vote will be open for at least 72 hours i.e. until 2022-11-14 09:00
> > UTC.
> > >
> > > [ ] +1  approve
> > > [ ] +0  no opinion
> > > [ ] -1  disapprove (and reason why)
> > >
> > > Here is my +1
> > > ----
> >
> >
> > ---------------------------------------------------------------------
> > 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.0 RC2

Posted by Houston Putman <ho...@apache.org>.
+1 (binding)

SUCCESS! [0:33:46.835663]

Also tested with the Solr Operator: (Check out the solr operator repo, and
run: SOLR_IMAGE=solr-rc:9.1.0-2 make smoke-test)

********************
Successfully smoke tested the Solr Operator v0.7.0-prerelease!

Are these warnings expected on the smoke test?
> verify JAR metadata/identity/no javax.* or java.* classes...
>       **WARNING**: skipping check of
> /tmp/smoke_solr_9.1.0_aa4f3d98ab19c201e7f3c74cd14c99174148616d_2/unpack/solr-9.1.0/modules/extraction/lib/jakarta.activation-api-1.2.2.jar:
> it has javax.* classes
>       **WARNING**: skipping check of
> /tmp/smoke_solr_9.1.0_aa4f3d98ab19c201e7f3c74cd14c99174148616d_2/unpack/solr-9.1.0/modules/extraction/lib/jakarta.activation-1.2.2.jar:
> it has javax.* classes
>       **WARNING**: skipping check of
> /tmp/smoke_solr_9.1.0_aa4f3d98ab19c201e7f3c74cd14c99174148616d_2/unpack/solr-9.1.0/modules/extraction/lib/unit-api-1.0.jar:
> it has javax.* classes
>       **WARNING**: skipping check of
> /tmp/smoke_solr_9.1.0_aa4f3d98ab19c201e7f3c74cd14c99174148616d_2/unpack/solr-9.1.0/modules/extraction/lib/jakarta.xml.bind-api-2.3.3.jar:
> it has javax.* classes
>

I think it's expected. It would error and fail the smoketest if they
werent expected. You can see this happen on the current branch_9x.

- Houston

On Fri, Nov 11, 2022 at 1:23 PM Jan Høydahl <ja...@cominvent.com> wrote:

> +1 (binding)
>
> SUCCESS! [0:36:54.196778]
>
> > 11. nov. 2022 kl. 09:47 skrev Ishan Chattopadhyaya <
> ichattopadhyaya@gmail.com>:
> >
> > Please vote for release candidate 2 for Solr 9.1.0
> >
> > The artifacts can be downloaded from:
> >
> https://dist.apache.org/repos/dist/dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d
> >
> > 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.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d
> >
> > 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.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d
> && \
> >  docker build $DIST_BASE/$RC_FOLDER/solr/docker/Dockerfile.official \
> >  --build-arg SOLR_DOWNLOAD_URL=$DIST_BASE/$RC_FOLDER/solr/solr-9.1.0.tgz
> \
> >  -t solr-rc:9.1.0-2
> >
> > The vote will be open for at least 72 hours i.e. until 2022-11-14 09:00
> UTC.
> >
> > [ ] +1  approve
> > [ ] +0  no opinion
> > [ ] -1  disapprove (and reason why)
> >
> > Here is my +1
> > ----
>
>
> ---------------------------------------------------------------------
> 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.0 RC2

Posted by Jan Høydahl <ja...@cominvent.com>.
+1 (binding)

SUCCESS! [0:36:54.196778]

> 11. nov. 2022 kl. 09:47 skrev Ishan Chattopadhyaya <ic...@gmail.com>:
> 
> Please vote for release candidate 2 for Solr 9.1.0
> 
> The artifacts can be downloaded from:
> https://dist.apache.org/repos/dist/dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d
> 
> 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.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d
> 
> 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.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d && \
>  docker build $DIST_BASE/$RC_FOLDER/solr/docker/Dockerfile.official \
>  --build-arg SOLR_DOWNLOAD_URL=$DIST_BASE/$RC_FOLDER/solr/solr-9.1.0.tgz \
>  -t solr-rc:9.1.0-2
> 
> The vote will be open for at least 72 hours i.e. until 2022-11-14 09:00 UTC.
> 
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)
> 
> Here is my +1
> ----


---------------------------------------------------------------------
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.0 RC2

Posted by Kevin Risden <kr...@apache.org>.
+1 SUCCESS! [0:31:06.156121]


Kevin Risden


On Fri, Nov 11, 2022 at 3:48 AM Ishan Chattopadhyaya <
ichattopadhyaya@gmail.com> wrote:

> Please vote for release candidate 2 for Solr 9.1.0
>
> The artifacts can be downloaded from:
>
> https://dist.apache.org/repos/dist/dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d
>
> 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.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d
>
> 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.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d &&
> \
>   docker build $DIST_BASE/$RC_FOLDER/solr/docker/Dockerfile.official \
>   --build-arg SOLR_DOWNLOAD_URL=$DIST_BASE/$RC_FOLDER/solr/solr-9.1.0.tgz \
>   -t solr-rc:9.1.0-2
>
> The vote will be open for at least 72 hours i.e. until 2022-11-14 09:00
> UTC.
>
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)
>
> Here is my +1
> ----
>