Re: [VOTE] Release Solr 9.4.0 RC1

2023-10-10 Thread Alex Deparvu
Release was aborted and once I backport the jetty PR I will restart it.

On Tue, Oct 10, 2023 at 3:43 PM Tomás Fernández Löbbe 
wrote:

> I agree, let's upgrade Jetty for 9.4
>
> On Tue, Oct 10, 2023 at 2:30 PM Alex Deparvu  wrote:
>
> > I think beyond this change, there is also a Jetty 10.0.17 security update
> > release [0] which would need close evaluation to determine if we should
> > include it in 9.4.0.
> >
> > best,
> > alex
> >
> > [0] https://github.com/eclipse/jetty.project/releases/tag/jetty-10.0.17
> >
> >
> >
> > On Tue, Oct 10, 2023 at 2:06 PM Jan Høydahl 
> wrote:
> >
> > > Fix: https://github.com/apache/solr/pull/2000
> > >
> > > Feel free to argue why this bug should not warrant a re-spin.
> > >
> > > Jan
> > >
> > > > 10. okt. 2023 kl. 13:08 skrev Jan Høydahl :
> > > >
> > > > Smoke tester: SUCCESS! [0:47:58.342068]
> > > >
> > > > Manual testing:
> > > > Started Solr locally on my mac outputs three lines of error mesages
> > > about entropy:
> > > >
> > > >> *** [WARN] *** Your open file limit is currently 256.
> > > >>  It should be set to 65000 to avoid operational disruption.
> > > >>  If you no longer wish to see this warning, set SOLR_ULIMIT_CHECKS
> to
> > > false in your profile or solr.in.sh
> > > >> *** [WARN] ***  Your Max Processes Limit is currently 5333.
> > > >>  It should be set to 65000 to avoid operational disruption.
> > > >>  If you no longer wish to see this warning, set SOLR_ULIMIT_CHECKS
> to
> > > false in your profile or solr.in.sh
> > > >> cat: /proc/sys/kernel/random/entropy_avail: No such file or
> directory
> > > >> cat: /proc/sys/kernel/random/poolsize: No such file or directory
> > > >> Error: Either no entropy is available or the pool size is zero.
> > > >> Waiting up to 180 seconds to see Solr running on port 8983 [|]
> > > >> Started Solr server on port 8983 (pid=42390). Happy searching!
> > > >
> > > > This is introduced in SOLR-16644 <
> > > https://issues.apache.org/jira/browse/SOLR-16644>, and obviously
> assumes
> > > a Linux system.
> > > > It will be quite confusing for Mac users or users of other non-linux
> > > systems (AIX/FreeBSD?).
> > > > The entopy probing using /proc/ should only be attempted on linux,
> and
> > > probably skipped silently on other OSes.
> > > >
> > > > For this reason I'll vote -1
> > > >
> > > > Jan
> > > >
> > > >
> > > >> 5. okt. 2023 kl. 21:51 skrev Alex Deparvu :
> > > >>
> > > >> Please vote for release candidate 1 for Solr 9.4.0
> > > >>
> > > >> The artifacts can be downloaded from:
> > > >>
> > >
> >
> https://dist.apache.org/repos/dist/dev/solr/solr-9.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b
> > > >>
> > > >> 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.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b
> > > >>
> > > >> You can build a release-candidate of the official docker images
> (full
> > &
> > > >> slim) using the following command:
> > > >>
> > > >> SOLR_DOWNLOAD_SERVER=
> > > >>
> > >
> >
> https://dist.apache.org/repos/dist/dev/solr/solr-9.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b/solr
> > > >> && \
> > > >>  docker build
> > > $SOLR_DOWNLOAD_SERVER/9.4.0/docker/Dockerfile.official-full \
> > > >>--build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
> > > >>-t solr-rc:9.4.0-1 && \
> > > >>  docker build
> > > $SOLR_DOWNLOAD_SERVER/9.4.0/docker/Dockerfile.official-slim \
> > > >>--build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
> > > >>-t solr-rc:9.4.0-1-slim
> > > >>
> > > >> The vote will be open for at least 72 hours i.e. until 2023-10-08
> > 20:00
> > > UTC.
> > > >>
> > > >> [ ] +1  approve
> > > >> [ ] +0  no opinion
> > > >> [ ] -1  disapprove (and reason why)
> > > >>
> > > >> Here is my +1 (which I am not completely sure, but I think it is
> > > >> non-binding)
> > > >>
> > > >> best,
> > > >> alex
> > > >
> > >
> > >
> >
>


Re: [VOTE] Release Solr 9.4.0 RC1

2023-10-10 Thread Tomás Fernández Löbbe
I agree, let's upgrade Jetty for 9.4

On Tue, Oct 10, 2023 at 2:30 PM Alex Deparvu  wrote:

> I think beyond this change, there is also a Jetty 10.0.17 security update
> release [0] which would need close evaluation to determine if we should
> include it in 9.4.0.
>
> best,
> alex
>
> [0] https://github.com/eclipse/jetty.project/releases/tag/jetty-10.0.17
>
>
>
> On Tue, Oct 10, 2023 at 2:06 PM Jan Høydahl  wrote:
>
> > Fix: https://github.com/apache/solr/pull/2000
> >
> > Feel free to argue why this bug should not warrant a re-spin.
> >
> > Jan
> >
> > > 10. okt. 2023 kl. 13:08 skrev Jan Høydahl :
> > >
> > > Smoke tester: SUCCESS! [0:47:58.342068]
> > >
> > > Manual testing:
> > > Started Solr locally on my mac outputs three lines of error mesages
> > about entropy:
> > >
> > >> *** [WARN] *** Your open file limit is currently 256.
> > >>  It should be set to 65000 to avoid operational disruption.
> > >>  If you no longer wish to see this warning, set SOLR_ULIMIT_CHECKS to
> > false in your profile or solr.in.sh
> > >> *** [WARN] ***  Your Max Processes Limit is currently 5333.
> > >>  It should be set to 65000 to avoid operational disruption.
> > >>  If you no longer wish to see this warning, set SOLR_ULIMIT_CHECKS to
> > false in your profile or solr.in.sh
> > >> cat: /proc/sys/kernel/random/entropy_avail: No such file or directory
> > >> cat: /proc/sys/kernel/random/poolsize: No such file or directory
> > >> Error: Either no entropy is available or the pool size is zero.
> > >> Waiting up to 180 seconds to see Solr running on port 8983 [|]
> > >> Started Solr server on port 8983 (pid=42390). Happy searching!
> > >
> > > This is introduced in SOLR-16644 <
> > https://issues.apache.org/jira/browse/SOLR-16644>, and obviously assumes
> > a Linux system.
> > > It will be quite confusing for Mac users or users of other non-linux
> > systems (AIX/FreeBSD?).
> > > The entopy probing using /proc/ should only be attempted on linux, and
> > probably skipped silently on other OSes.
> > >
> > > For this reason I'll vote -1
> > >
> > > Jan
> > >
> > >
> > >> 5. okt. 2023 kl. 21:51 skrev Alex Deparvu :
> > >>
> > >> Please vote for release candidate 1 for Solr 9.4.0
> > >>
> > >> The artifacts can be downloaded from:
> > >>
> >
> https://dist.apache.org/repos/dist/dev/solr/solr-9.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b
> > >>
> > >> 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.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b
> > >>
> > >> You can build a release-candidate of the official docker images (full
> &
> > >> slim) using the following command:
> > >>
> > >> SOLR_DOWNLOAD_SERVER=
> > >>
> >
> https://dist.apache.org/repos/dist/dev/solr/solr-9.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b/solr
> > >> && \
> > >>  docker build
> > $SOLR_DOWNLOAD_SERVER/9.4.0/docker/Dockerfile.official-full \
> > >>--build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
> > >>-t solr-rc:9.4.0-1 && \
> > >>  docker build
> > $SOLR_DOWNLOAD_SERVER/9.4.0/docker/Dockerfile.official-slim \
> > >>--build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
> > >>-t solr-rc:9.4.0-1-slim
> > >>
> > >> The vote will be open for at least 72 hours i.e. until 2023-10-08
> 20:00
> > UTC.
> > >>
> > >> [ ] +1  approve
> > >> [ ] +0  no opinion
> > >> [ ] -1  disapprove (and reason why)
> > >>
> > >> Here is my +1 (which I am not completely sure, but I think it is
> > >> non-binding)
> > >>
> > >> best,
> > >> alex
> > >
> >
> >
>


Re: [VOTE] Release Solr 9.4.0 RC1

2023-10-10 Thread Alex Deparvu
I think beyond this change, there is also a Jetty 10.0.17 security update
release [0] which would need close evaluation to determine if we should
include it in 9.4.0.

best,
alex

[0] https://github.com/eclipse/jetty.project/releases/tag/jetty-10.0.17



On Tue, Oct 10, 2023 at 2:06 PM Jan Høydahl  wrote:

> Fix: https://github.com/apache/solr/pull/2000
>
> Feel free to argue why this bug should not warrant a re-spin.
>
> Jan
>
> > 10. okt. 2023 kl. 13:08 skrev Jan Høydahl :
> >
> > Smoke tester: SUCCESS! [0:47:58.342068]
> >
> > Manual testing:
> > Started Solr locally on my mac outputs three lines of error mesages
> about entropy:
> >
> >> *** [WARN] *** Your open file limit is currently 256.
> >>  It should be set to 65000 to avoid operational disruption.
> >>  If you no longer wish to see this warning, set SOLR_ULIMIT_CHECKS to
> false in your profile or solr.in.sh
> >> *** [WARN] ***  Your Max Processes Limit is currently 5333.
> >>  It should be set to 65000 to avoid operational disruption.
> >>  If you no longer wish to see this warning, set SOLR_ULIMIT_CHECKS to
> false in your profile or solr.in.sh
> >> cat: /proc/sys/kernel/random/entropy_avail: No such file or directory
> >> cat: /proc/sys/kernel/random/poolsize: No such file or directory
> >> Error: Either no entropy is available or the pool size is zero.
> >> Waiting up to 180 seconds to see Solr running on port 8983 [|]
> >> Started Solr server on port 8983 (pid=42390). Happy searching!
> >
> > This is introduced in SOLR-16644 <
> https://issues.apache.org/jira/browse/SOLR-16644>, and obviously assumes
> a Linux system.
> > It will be quite confusing for Mac users or users of other non-linux
> systems (AIX/FreeBSD?).
> > The entopy probing using /proc/ should only be attempted on linux, and
> probably skipped silently on other OSes.
> >
> > For this reason I'll vote -1
> >
> > Jan
> >
> >
> >> 5. okt. 2023 kl. 21:51 skrev Alex Deparvu :
> >>
> >> Please vote for release candidate 1 for Solr 9.4.0
> >>
> >> The artifacts can be downloaded from:
> >>
> https://dist.apache.org/repos/dist/dev/solr/solr-9.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b
> >>
> >> 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.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b
> >>
> >> You can build a release-candidate of the official docker images (full &
> >> slim) using the following command:
> >>
> >> SOLR_DOWNLOAD_SERVER=
> >>
> https://dist.apache.org/repos/dist/dev/solr/solr-9.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b/solr
> >> && \
> >>  docker build
> $SOLR_DOWNLOAD_SERVER/9.4.0/docker/Dockerfile.official-full \
> >>--build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
> >>-t solr-rc:9.4.0-1 && \
> >>  docker build
> $SOLR_DOWNLOAD_SERVER/9.4.0/docker/Dockerfile.official-slim \
> >>--build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
> >>-t solr-rc:9.4.0-1-slim
> >>
> >> The vote will be open for at least 72 hours i.e. until 2023-10-08 20:00
> UTC.
> >>
> >> [ ] +1  approve
> >> [ ] +0  no opinion
> >> [ ] -1  disapprove (and reason why)
> >>
> >> Here is my +1 (which I am not completely sure, but I think it is
> >> non-binding)
> >>
> >> best,
> >> alex
> >
>
>


Re: [VOTE] Release Solr 9.4.0 RC1

2023-10-10 Thread Jan Høydahl
Fix: https://github.com/apache/solr/pull/2000

Feel free to argue why this bug should not warrant a re-spin.

Jan

> 10. okt. 2023 kl. 13:08 skrev Jan Høydahl :
> 
> Smoke tester: SUCCESS! [0:47:58.342068]
> 
> Manual testing:
> Started Solr locally on my mac outputs three lines of error mesages about 
> entropy:
> 
>> *** [WARN] *** Your open file limit is currently 256.
>>  It should be set to 65000 to avoid operational disruption.
>>  If you no longer wish to see this warning, set SOLR_ULIMIT_CHECKS to false 
>> in your profile or solr.in.sh
>> *** [WARN] ***  Your Max Processes Limit is currently 5333.
>>  It should be set to 65000 to avoid operational disruption.
>>  If you no longer wish to see this warning, set SOLR_ULIMIT_CHECKS to false 
>> in your profile or solr.in.sh
>> cat: /proc/sys/kernel/random/entropy_avail: No such file or directory
>> cat: /proc/sys/kernel/random/poolsize: No such file or directory
>> Error: Either no entropy is available or the pool size is zero.
>> Waiting up to 180 seconds to see Solr running on port 8983 [|]
>> Started Solr server on port 8983 (pid=42390). Happy searching!
> 
> This is introduced in SOLR-16644 
> , and obviously assumes a 
> Linux system. 
> It will be quite confusing for Mac users or users of other non-linux systems 
> (AIX/FreeBSD?).
> The entopy probing using /proc/ should only be attempted on linux, and 
> probably skipped silently on other OSes.
> 
> For this reason I'll vote -1
> 
> Jan
> 
> 
>> 5. okt. 2023 kl. 21:51 skrev Alex Deparvu :
>> 
>> Please vote for release candidate 1 for Solr 9.4.0
>> 
>> The artifacts can be downloaded from:
>> https://dist.apache.org/repos/dist/dev/solr/solr-9.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b
>> 
>> 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.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b
>> 
>> You can build a release-candidate of the official docker images (full &
>> slim) using the following command:
>> 
>> SOLR_DOWNLOAD_SERVER=
>> https://dist.apache.org/repos/dist/dev/solr/solr-9.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b/solr
>> && \
>>  docker build $SOLR_DOWNLOAD_SERVER/9.4.0/docker/Dockerfile.official-full \
>>--build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
>>-t solr-rc:9.4.0-1 && \
>>  docker build $SOLR_DOWNLOAD_SERVER/9.4.0/docker/Dockerfile.official-slim \
>>--build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
>>-t solr-rc:9.4.0-1-slim
>> 
>> The vote will be open for at least 72 hours i.e. until 2023-10-08 20:00 UTC.
>> 
>> [ ] +1  approve
>> [ ] +0  no opinion
>> [ ] -1  disapprove (and reason why)
>> 
>> Here is my +1 (which I am not completely sure, but I think it is
>> non-binding)
>> 
>> best,
>> alex
> 



Re: [VOTE] Release Solr 9.4.0 RC1

2023-10-10 Thread Jan Høydahl
Smoke tester: SUCCESS! [0:47:58.342068]

Manual testing:
Started Solr locally on my mac outputs three lines of error mesages about 
entropy:

> *** [WARN] *** Your open file limit is currently 256.
>  It should be set to 65000 to avoid operational disruption.
>  If you no longer wish to see this warning, set SOLR_ULIMIT_CHECKS to false 
> in your profile or solr.in.sh
> *** [WARN] ***  Your Max Processes Limit is currently 5333.
>  It should be set to 65000 to avoid operational disruption.
>  If you no longer wish to see this warning, set SOLR_ULIMIT_CHECKS to false 
> in your profile or solr.in.sh
> cat: /proc/sys/kernel/random/entropy_avail: No such file or directory
> cat: /proc/sys/kernel/random/poolsize: No such file or directory
> Error: Either no entropy is available or the pool size is zero.
> Waiting up to 180 seconds to see Solr running on port 8983 [|]
> Started Solr server on port 8983 (pid=42390). Happy searching!

This is introduced in SOLR-16644 
, and obviously assumes a 
Linux system. 
It will be quite confusing for Mac users or users of other non-linux systems 
(AIX/FreeBSD?).
The entopy probing using /proc/ should only be attempted on linux, and probably 
skipped silently on other OSes.

For this reason I'll vote -1

Jan


> 5. okt. 2023 kl. 21:51 skrev Alex Deparvu :
> 
> Please vote for release candidate 1 for Solr 9.4.0
> 
> The artifacts can be downloaded from:
> https://dist.apache.org/repos/dist/dev/solr/solr-9.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b
> 
> 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.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b
> 
> You can build a release-candidate of the official docker images (full &
> slim) using the following command:
> 
> SOLR_DOWNLOAD_SERVER=
> https://dist.apache.org/repos/dist/dev/solr/solr-9.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b/solr
> && \
>  docker build $SOLR_DOWNLOAD_SERVER/9.4.0/docker/Dockerfile.official-full \
>--build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
>-t solr-rc:9.4.0-1 && \
>  docker build $SOLR_DOWNLOAD_SERVER/9.4.0/docker/Dockerfile.official-slim \
>--build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
>-t solr-rc:9.4.0-1-slim
> 
> The vote will be open for at least 72 hours i.e. until 2023-10-08 20:00 UTC.
> 
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)
> 
> Here is my +1 (which I am not completely sure, but I think it is
> non-binding)
> 
> best,
> alex



Re: [VOTE] Release Solr 9.4.0 RC1

2023-10-09 Thread Kevin Risden
+1 (binding)

SUCCESS! [0:33:39.381293]

Kevin Risden


On Mon, Oct 9, 2023 at 6:26 AM Jason Gerlowski 
wrote:

> +1 (binding)
>
> SUCCESS! [0:37:15.582660]
>
> On Sun, Oct 8, 2023 at 1:57 PM Jan Høydahl  wrote:
> >
> > Note that a vote running over a weekend is normally extended with a day
> or two. I plan to test the RC on Monday.
> >
> > Jan Høydahl
> >
> > > 5. okt. 2023 kl. 21:53 skrev Alex Deparvu :
> > >
> > > Please vote for release candidate 1 for Solr 9.4.0
> > >
> > > The artifacts can be downloaded from:
> > >
> https://dist.apache.org/repos/dist/dev/solr/solr-9.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b
> > >
> > > 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.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b
> > >
> > > You can build a release-candidate of the official docker images (full &
> > > slim) using the following command:
> > >
> > > SOLR_DOWNLOAD_SERVER=
> > >
> https://dist.apache.org/repos/dist/dev/solr/solr-9.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b/solr
> > > && \
> > >  docker build
> $SOLR_DOWNLOAD_SERVER/9.4.0/docker/Dockerfile.official-full \
> > >--build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
> > >-t solr-rc:9.4.0-1 && \
> > >  docker build
> $SOLR_DOWNLOAD_SERVER/9.4.0/docker/Dockerfile.official-slim \
> > >--build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
> > >-t solr-rc:9.4.0-1-slim
> > >
> > > The vote will be open for at least 72 hours i.e. until 2023-10-08
> 20:00 UTC.
> > >
> > > [ ] +1  approve
> > > [ ] +0  no opinion
> > > [ ] -1  disapprove (and reason why)
> > >
> > > Here is my +1 (which I am not completely sure, but I think it is
> > > non-binding)
> > >
> > > best,
> > > alex
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@solr.apache.org
> > For additional commands, e-mail: dev-h...@solr.apache.org
> >
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@solr.apache.org
> For additional commands, e-mail: dev-h...@solr.apache.org
>
>


Re: [VOTE] Release Solr 9.4.0 RC1

2023-10-09 Thread Jason Gerlowski
+1 (binding)

SUCCESS! [0:37:15.582660]

On Sun, Oct 8, 2023 at 1:57 PM Jan Høydahl  wrote:
>
> Note that a vote running over a weekend is normally extended with a day or 
> two. I plan to test the RC on Monday.
>
> Jan Høydahl
>
> > 5. okt. 2023 kl. 21:53 skrev Alex Deparvu :
> >
> > Please vote for release candidate 1 for Solr 9.4.0
> >
> > The artifacts can be downloaded from:
> > https://dist.apache.org/repos/dist/dev/solr/solr-9.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b
> >
> > 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.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b
> >
> > You can build a release-candidate of the official docker images (full &
> > slim) using the following command:
> >
> > SOLR_DOWNLOAD_SERVER=
> > https://dist.apache.org/repos/dist/dev/solr/solr-9.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b/solr
> > && \
> >  docker build $SOLR_DOWNLOAD_SERVER/9.4.0/docker/Dockerfile.official-full \
> >--build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
> >-t solr-rc:9.4.0-1 && \
> >  docker build $SOLR_DOWNLOAD_SERVER/9.4.0/docker/Dockerfile.official-slim \
> >--build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
> >-t solr-rc:9.4.0-1-slim
> >
> > The vote will be open for at least 72 hours i.e. until 2023-10-08 20:00 UTC.
> >
> > [ ] +1  approve
> > [ ] +0  no opinion
> > [ ] -1  disapprove (and reason why)
> >
> > Here is my +1 (which I am not completely sure, but I think it is
> > non-binding)
> >
> > best,
> > alex
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@solr.apache.org
> For additional commands, e-mail: dev-h...@solr.apache.org
>

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



Re: [VOTE] Release Solr 9.4.0 RC1

2023-10-08 Thread Jan Høydahl
Note that a vote running over a weekend is normally extended with a day or two. 
I plan to test the RC on Monday.

Jan Høydahl

> 5. okt. 2023 kl. 21:53 skrev Alex Deparvu :
> 
> Please vote for release candidate 1 for Solr 9.4.0
> 
> The artifacts can be downloaded from:
> https://dist.apache.org/repos/dist/dev/solr/solr-9.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b
> 
> 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.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b
> 
> You can build a release-candidate of the official docker images (full &
> slim) using the following command:
> 
> SOLR_DOWNLOAD_SERVER=
> https://dist.apache.org/repos/dist/dev/solr/solr-9.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b/solr
> && \
>  docker build $SOLR_DOWNLOAD_SERVER/9.4.0/docker/Dockerfile.official-full \
>--build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
>-t solr-rc:9.4.0-1 && \
>  docker build $SOLR_DOWNLOAD_SERVER/9.4.0/docker/Dockerfile.official-slim \
>--build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
>-t solr-rc:9.4.0-1-slim
> 
> The vote will be open for at least 72 hours i.e. until 2023-10-08 20:00 UTC.
> 
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)
> 
> Here is my +1 (which I am not completely sure, but I think it is
> non-binding)
> 
> best,
> alex

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



Re: [VOTE] Release Solr 9.4.0 RC1

2023-10-06 Thread Houston Putman
+1 (binding)

SUCCESS! [0:30:08.938639]

I also built the docker image and used it to run the Solr Operator
integration tests (using the unreleased main branch, which will soon be
v0.8.0).
This tests the prometheus exporter, replica placement, TLS, mTLS, backups,
and more.


> $ make e2e-tests SOLR_IMAGE=solr-rc:9.4.0-1
> ...

Ran 23 of 23 Specs in 492.840 seconds
> SUCCESS! -- 23 Passed | 0 Failed | 0 Pending | 0 Skipped


- Houston

On Thu, Oct 5, 2023 at 3:53 PM Alex Deparvu  wrote:

> Please vote for release candidate 1 for Solr 9.4.0
>
> The artifacts can be downloaded from:
>
> https://dist.apache.org/repos/dist/dev/solr/solr-9.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b
>
> 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.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b
>
> You can build a release-candidate of the official docker images (full &
> slim) using the following command:
>
> SOLR_DOWNLOAD_SERVER=
>
> https://dist.apache.org/repos/dist/dev/solr/solr-9.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b/solr
> &&
> 
> \
>   docker build $SOLR_DOWNLOAD_SERVER/9.4.0/docker/Dockerfile.official-full
> \
> --build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
> -t solr-rc:9.4.0-1 && \
>   docker build $SOLR_DOWNLOAD_SERVER/9.4.0/docker/Dockerfile.official-slim
> \
> --build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
> -t solr-rc:9.4.0-1-slim
>
> The vote will be open for at least 72 hours i.e. until 2023-10-08 20:00
> UTC.
>
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)
>
> Here is my +1 (which I am not completely sure, but I think it is
> non-binding)
>
> best,
> alex
>


[VOTE] Release Solr 9.4.0 RC1

2023-10-05 Thread Alex Deparvu
Please vote for release candidate 1 for Solr 9.4.0

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

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.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b

You can build a release-candidate of the official docker images (full &
slim) using the following command:

SOLR_DOWNLOAD_SERVER=
https://dist.apache.org/repos/dist/dev/solr/solr-9.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b/solr
&& \
  docker build $SOLR_DOWNLOAD_SERVER/9.4.0/docker/Dockerfile.official-full \
--build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
-t solr-rc:9.4.0-1 && \
  docker build $SOLR_DOWNLOAD_SERVER/9.4.0/docker/Dockerfile.official-slim \
--build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
-t solr-rc:9.4.0-1-slim

The vote will be open for at least 72 hours i.e. until 2023-10-08 20:00 UTC.

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

Here is my +1 (which I am not completely sure, but I think it is
non-binding)

best,
alex