It sounds like the general consensus from the thread regarding the issue was that while some changes to make that less risky are worthwhile, they are not blockers for the release. Did that change?
I just hate to hold up the release any longer unless we have a truly blocking issue since there are a number of very worthwhile fixes included here. On Fri, Apr 28, 2023 at 12:46 PM Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > Hi Justin, > I am testing a patch for a security issue discussed privately within the > PMC group. Can you please give me another 24 hours to have it fixed? If > not, then I'll be pushing for a 9.2.2 release later, once that is resolved. > Thank you for your understanding. > Regards, > Ishan > > On Fri, 28 Apr 2023 at 22:04, Arrieta, Alejandro < > aarri...@perrinsoftware.com> wrote: > > > +1 > > SUCCESS! [0:29:31.135392] > > > > And run Solr operator tests successfully following instructions: > > Local end-to-end cluster test successfully run! > > > > ubuntu 23.04 amd64 temurin-openjdk11 on virtualbox 7. > > > > Kind Regards, > > Alejandro Arrieta > > > > On Thu, Apr 27, 2023 at 4:23 PM Joel Bernstein <joels...@gmail.com> > wrote: > > > > > +1 (binding) > > > > > > SUCCESS! [0:43:48.160659] > > > > > > > > > I tested out the assets as well and looked fine. > > > > > > Joel Bernstein > > > http://joelsolr.blogspot.com/ > > > > > > > > > On Thu, Apr 27, 2023 at 1:23 PM Jan Høydahl <jan....@cominvent.com> > > wrote: > > > > > > > +1 (binding) > > > > > > > > SUCCESS! [0:38:44.920838] > > > > > > > > Jan > > > > > > > > > 27. apr. 2023 kl. 16:12 skrev Justin Sweeney < > > > justin.sweene...@gmail.com > > > > >: > > > > > > > > > > Hi all, we are back on for the vote: > > > > > > > > > > Please vote for release candidate 1 for Solr 9.2.1 > > > > > > > > > > The artifacts can be downloaded from: > > > > > > > > > > > > > > > https://dist.apache.org/repos/dist/dev/solr/solr-9.2.1-RC1-rev-a4c64ab6a2a270ca69c28c706dabb2927ed8a7c2 > > > > > > > > > > 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.2.1-RC1-rev-a4c64ab6a2a270ca69c28c706dabb2927ed8a7c2 > > > > > > > > > > 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.2.1-RC1-rev-a4c64ab6a2a270ca69c28c706dabb2927ed8a7c2 > > > > && \ > > > > > docker build > $DIST_BASE/$RC_FOLDER/solr/docker/Dockerfile.official \ > > > > > --build-arg > > > SOLR_DOWNLOAD_URL=$DIST_BASE/$RC_FOLDER/solr/solr-9.2.1.tgz > > > > \ > > > > > -t solr-rc:9.2.1-1 > > > > > > > > > > The vote will be open for at least 72 hours i.e. until 2023-04-30 > > 15:00 > > > > UTC. > > > > > > > > > > [ ] +1 approve > > > > > [ ] +0 no opinion > > > > > [ ] -1 disapprove (and reason why) > > > > > > > > > > On Mon, Apr 24, 2023 at 12:38 PM Justin Sweeney < > > > > justin.sweene...@gmail.com> > > > > > wrote: > > > > > > > > > >> Yup, let's wait in that case. I didn't realize it would fail > since I > > > had > > > > >> temporarily added my key locally to be able to execute the > > additional > > > > >> steps. This results in the smoketester passing for me. I'll > resend a > > > > vote > > > > >> once I'm able to push my key. > > > > >> > > > > >> On Mon, Apr 24, 2023 at 12:32 PM Houston Putman < > hous...@apache.org > > > > > > > >> wrote: > > > > >> > > > > >>> Hey Justin, > > > > >>> > > > > >>> Should we wait to run this until after your GPG key is in > > > > >>> https://downloads.apache.org/solr/KEYS? > > > > >>> > > > > >>> The smoketester fails for me because it can't find your key. > > > > >>> > > > > >>> - Houston > > > > >>> > > > > >>> On Mon, Apr 24, 2023 at 12:20 PM Justin Sweeney < > > > > >>> justin.sweene...@gmail.com> > > > > >>> wrote: > > > > >>> > > > > >>>> Please vote for release candidate 1 for Solr 9.2.1 > > > > >>>> > > > > >>>> The artifacts can be downloaded from: > > > > >>>> > > > > >>>> > > > > >>> > > > > > > > > > > https://dist.apache.org/repos/dist/dev/solr/solr-9.2.1-RC1-rev-a4c64ab6a2a270ca69c28c706dabb2927ed8a7c2 > > > > >>>> > > > > >>>> 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.2.1-RC1-rev-a4c64ab6a2a270ca69c28c706dabb2927ed8a7c2 > > > > >>>> > > > > >>>> 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.2.1-RC1-rev-a4c64ab6a2a270ca69c28c706dabb2927ed8a7c2 > > > > >>> && > > > > >>>> \ > > > > >>>> docker build > > $DIST_BASE/$RC_FOLDER/solr/docker/Dockerfile.official > > > \ > > > > >>>> --build-arg > > > > >>> SOLR_DOWNLOAD_URL=$DIST_BASE/$RC_FOLDER/solr/solr-9.2.1.tgz \ > > > > >>>> -t solr-rc:9.2.1-1 > > > > >>>> > > > > >>>> The vote will be open for at least 72 hours i.e. until > 2023-04-27 > > > > 17:00 > > > > >>>> UTC. > > > > >>>> > > > > >>>> [ ] +1 approve > > > > >>>> [ ] +0 no opinion > > > > >>>> [ ] -1 disapprove (and reason why) > > > > >>>> > > > > >>> > > > > >> > > > > > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: dev-unsubscr...@solr.apache.org > > > > For additional commands, e-mail: dev-h...@solr.apache.org > > > > > > > > > > > > > >