You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@solr.apache.org by Jan Høydahl <ja...@cominvent.com> on 2022/03/29 18:18:09 UTC

[VOTE] Release Solr 9.0.0 RC1

Please vote for release candidate 1 for Solr 9.0.0

The artifacts can be downloaded from:
https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf

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.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf

NB: Make sure to do a 'git pull' on branch_9_0 to get the latest smoketester version.

Since this is a major release I encourage a more thorough manual inspection and test of the artifacts than the smoke tester alone.

A Docker image is available at docker hub as "cominvent/solr:9.0.0-rc1"

The vote will be open for at least 72 hours i.e. until 2022-04-01 19:00 UTC.

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

Here is my +1

SUCCESS! [0:51:42.777256]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@solr.apache.org
For additional commands, e-mail: dev-help@solr.apache.org


Re: [FAILED] [VOTE] Release Solr 9.0.0 RC1

Posted by Jan Høydahl <ja...@cominvent.com>.
Looks like some files in your git checkout softlink to maven .m2 folder? That is surprising.

Try to reproduce on a clean git clone, and file an issue if you believe there is a bug somewhere.

Jan

> 29. mar. 2022 kl. 22:37 skrev Anshum Gupta <an...@anshumgupta.net>:
> 
> Not sure if other folks ran into security manager issues, but I had a bunch of failing tests
> 
> Here's some highlights from the failed run:
> 
> org.apache.solr.client.solrj.embedded.JettyWebappTest > testAdminUI FAILED
> 
> Security manager issues:
> org.apache.solr.hdfs.handler.TestHdfsBackupRestoreCore
> => java.security.AccessControlException: access denied ("java.io.FilePermission" "/Users/anshumg/.m2/repository/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar" "read")
> 
> :solr:modules:hdfs:test (FAILURE): 66 test(s), 13 failure(s), 37 skipped
> 
> 
> On Tue, Mar 29, 2022 at 1:35 PM Jan Høydahl <jan.asf@cominvent.com <ma...@cominvent.com>> wrote:
> The vote was vetoed due to bug in Dockerfile.
> 
> This vote has FAILED
> 
>> 29. mar. 2022 kl. 22:31 skrev Jan Høydahl <jan.asf@cominvent.com <ma...@cominvent.com>>:
>> 
>> Agree, the official Dockerfile is now part of the VOTE, so this is a valid veto.
>> Well spotted Houston, since it makes no sense to try to use the Dockerfile without build-arg at this stage.
>> 
>>> 29. mar. 2022 kl. 22:27 skrev Houston Putman <houston@apache.org <ma...@apache.org>>:
>>> 
>>> Sorry Jan, I must -1 the candidate.
>>> 
>>> The official dockerfile is still using the download locations from lucene, not the Solr TLP.
>>> # These should never be overridden except for the purposes of testing the Dockerfile before release
>>> ARG SOLR_CLOSER_URL="http://www.apache.org/dyn/closer.lua?filename=solr/$SOLR_VERSION/solr-$SOLR_VERSION.tgz&action=download <http://www.apache.org/dyn/closer.lua?filename=solr/$SOLR_VERSION/solr-$SOLR_VERSION.tgz&action=download>"
>>> ARG SOLR_DIST_URL="https://www.apache.org/dist/lucene/solr/$SOLR_VERSION/solr-$SOLR_VERSION.tgz <https://www.apache.org/dist/lucene/solr/$SOLR_VERSION/solr-$SOLR_VERSION.tgz>"
>>> ARG SOLR_ARCHIVE_URL="https://archive.apache.org/dist/lucene/solr/$SOLR_VERSION/solr-$SOLR_VERSION.tgz <https://archive.apache.org/dist/lucene/solr/$SOLR_VERSION/solr-$SOLR_VERSION.tgz>"
>>> 
>>> Will have a PR ready soon (with some release wizard changes that satisfy Ishan's request).
>>> Though we might want to wait a day or two for RC2 in case people can find other issues.
>>> 
>>> - Houston
>>> 
>>> On Tue, Mar 29, 2022 at 4:16 PM Houston Putman <houston@apache.org <ma...@apache.org>> wrote:
>>> We should definitely provide ways to build the image yourself, and in the future use apache/solr-nightly for release candidates. But for the first release I don't think it requires another RC.
>>> 
>>> Here is the way to build the docker image yourself:
>>> 
>>> docker build https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/docker/Dockerfile.official <https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/docker/Dockerfile.official> --build-arg SOLR_DOWNLOAD_URL=https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/solr-9.0.0.tgz <https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/solr-9.0.0.tgz> -t solr-rc:9.0.0-rc1
>>> 
>>> On Tue, Mar 29, 2022 at 3:43 PM Ishan Chattopadhyaya <ichattopadhyaya@gmail.com <ma...@gmail.com>> wrote:
>>> I don't think anyone should attempt to vet this RC1 from that non official docker image (cominvent). If we want users to test the docker image, let us host it on docker-solr's hub (or provide steps for user to build for themselves and try).
>>> 
>>> On Tue, 29 Mar, 2022, 11:48 pm Jan Høydahl, <jan.asf@cominvent.com <ma...@cominvent.com>> wrote:
>>> Please vote for release candidate 1 for Solr 9.0.0
>>> 
>>> The artifacts can be downloaded from:
>>> https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf <https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf>
>>> 
>>> 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.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf <https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf>
>>> 
>>> NB: Make sure to do a 'git pull' on branch_9_0 to get the latest smoketester version.
>>> 
>>> Since this is a major release I encourage a more thorough manual inspection and test of the artifacts than the smoke tester alone.
>>> 
>>> A Docker image is available at docker hub as "cominvent/solr:9.0.0-rc1"
>>> 
>>> The vote will be open for at least 72 hours i.e. until 2022-04-01 19:00 UTC.
>>> 
>>> [ ] +1  approve
>>> [ ] +0  no opinion
>>> [ ] -1  disapprove (and reason why)
>>> 
>>> Here is my +1
>>> 
>>> SUCCESS! [0:51:42.777256]
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@solr.apache.org <ma...@solr.apache.org>
>>> For additional commands, e-mail: dev-help@solr.apache.org <ma...@solr.apache.org>
>>> 
>> 
> 
> 
> 
> -- 
> Anshum Gupta


Re: [FAILED] [VOTE] Release Solr 9.0.0 RC1

Posted by Anshum Gupta <an...@anshumgupta.net>.
Not sure if other folks ran into security manager issues, but I had a bunch
of failing tests

Here's some highlights from the failed run:

org.apache.solr.client.solrj.embedded.JettyWebappTest > testAdminUI FAILED

*Security manager issues:*
org.apache.solr.hdfs.handler.TestHdfsBackupRestoreCore
=> java.security.AccessControlException: access denied
("java.io.FilePermission"
"/Users/anshumg/.m2/repository/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar"
"read")

:solr:modules:hdfs:test (FAILURE): 66 test(s), 13 failure(s), 37 skipped


On Tue, Mar 29, 2022 at 1:35 PM Jan Høydahl <ja...@cominvent.com> wrote:

> The vote was vetoed due to bug in Dockerfile.
>
> This vote has FAILED
>
> 29. mar. 2022 kl. 22:31 skrev Jan Høydahl <ja...@cominvent.com>:
>
> Agree, the official Dockerfile is now part of the VOTE, so this is a valid
> veto.
> Well spotted Houston, since it makes no sense to try to use the Dockerfile
> without build-arg at this stage.
>
> 29. mar. 2022 kl. 22:27 skrev Houston Putman <ho...@apache.org>:
>
> Sorry Jan, I must -1 the candidate.
>
> The official dockerfile is still using the download locations from lucene,
> not the Solr TLP.
>
>> # These should never be overridden except for the purposes of testing the Dockerfile before release
>> ARG SOLR_CLOSER_URL="http://www.apache.org/dyn/closer.lua?filename=solr/$SOLR_VERSION/solr-$SOLR_VERSION.tgz&action=download"
>> ARG SOLR_DIST_URL="https://www.apache.org/dist/lucene/solr/$SOLR_VERSION/solr-$SOLR_VERSION.tgz"
>> ARG SOLR_ARCHIVE_URL="https://archive.apache.org/dist/lucene/solr/$SOLR_VERSION/solr-$SOLR_VERSION.tgz"
>>
>>
> Will have a PR ready soon (with some release wizard changes that satisfy
> Ishan's request).
> Though we might want to wait a day or two for RC2 in case people can find
> other issues.
>
> - Houston
>
> On Tue, Mar 29, 2022 at 4:16 PM Houston Putman <ho...@apache.org> wrote:
>
>> We should definitely provide ways to build the image yourself, and in the
>> future use apache/solr-nightly for release candidates. But for the first
>> release I don't think it requires another RC.
>>
>> Here is the way to build the docker image yourself:
>>
>> docker build
>> https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/docker/Dockerfile.official
>> --build-arg SOLR_DOWNLOAD_URL=
>> https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/solr-9.0.0.tgz
>> -t solr-rc:9.0.0-rc1
>>
>> On Tue, Mar 29, 2022 at 3:43 PM Ishan Chattopadhyaya <
>> ichattopadhyaya@gmail.com> wrote:
>>
>>> I don't think anyone should attempt to vet this RC1 from that non
>>> official docker image (cominvent). If we want users to test the docker
>>> image, let us host it on docker-solr's hub (or provide steps for user to
>>> build for themselves and try).
>>>
>>> On Tue, 29 Mar, 2022, 11:48 pm Jan Høydahl, <ja...@cominvent.com>
>>> wrote:
>>>
>>>> Please vote for release candidate 1 for Solr 9.0.0
>>>>
>>>> The artifacts can be downloaded from:
>>>>
>>>> https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf
>>>>
>>>> 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.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf
>>>>
>>>> NB: Make sure to do a 'git pull' on branch_9_0 to get the latest
>>>> smoketester version.
>>>>
>>>> Since this is a major release I encourage a more thorough manual
>>>> inspection and test of the artifacts than the smoke tester alone.
>>>>
>>>> A Docker image is available at docker hub as "cominvent/solr:9.0.0-rc1"
>>>>
>>>> The vote will be open for at least 72 hours i.e. until 2022-04-01 19:00
>>>> UTC.
>>>>
>>>> [ ] +1  approve
>>>> [ ] +0  no opinion
>>>> [ ] -1  disapprove (and reason why)
>>>>
>>>> Here is my +1
>>>>
>>>> SUCCESS! [0:51:42.777256]
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@solr.apache.org
>>>> For additional commands, e-mail: dev-help@solr.apache.org
>>>>
>>>>
>
>

-- 
Anshum Gupta

[FAILED] [VOTE] Release Solr 9.0.0 RC1

Posted by Jan Høydahl <ja...@cominvent.com>.
The vote was vetoed due to bug in Dockerfile.

This vote has FAILED

> 29. mar. 2022 kl. 22:31 skrev Jan Høydahl <ja...@cominvent.com>:
> 
> Agree, the official Dockerfile is now part of the VOTE, so this is a valid veto.
> Well spotted Houston, since it makes no sense to try to use the Dockerfile without build-arg at this stage.
> 
>> 29. mar. 2022 kl. 22:27 skrev Houston Putman <houston@apache.org <ma...@apache.org>>:
>> 
>> Sorry Jan, I must -1 the candidate.
>> 
>> The official dockerfile is still using the download locations from lucene, not the Solr TLP.
>> # These should never be overridden except for the purposes of testing the Dockerfile before release
>> ARG SOLR_CLOSER_URL="http://www.apache.org/dyn/closer.lua?filename=solr/$SOLR_VERSION/solr-$SOLR_VERSION.tgz&action=download <http://www.apache.org/dyn/closer.lua?filename=solr/$SOLR_VERSION/solr-$SOLR_VERSION.tgz&action=download>"
>> ARG SOLR_DIST_URL="https://www.apache.org/dist/lucene/solr/$SOLR_VERSION/solr-$SOLR_VERSION.tgz <https://www.apache.org/dist/lucene/solr/$SOLR_VERSION/solr-$SOLR_VERSION.tgz>"
>> ARG SOLR_ARCHIVE_URL="https://archive.apache.org/dist/lucene/solr/$SOLR_VERSION/solr-$SOLR_VERSION.tgz <https://archive.apache.org/dist/lucene/solr/$SOLR_VERSION/solr-$SOLR_VERSION.tgz>"
>> 
>> Will have a PR ready soon (with some release wizard changes that satisfy Ishan's request).
>> Though we might want to wait a day or two for RC2 in case people can find other issues.
>> 
>> - Houston
>> 
>> On Tue, Mar 29, 2022 at 4:16 PM Houston Putman <houston@apache.org <ma...@apache.org>> wrote:
>> We should definitely provide ways to build the image yourself, and in the future use apache/solr-nightly for release candidates. But for the first release I don't think it requires another RC.
>> 
>> Here is the way to build the docker image yourself:
>> 
>> docker build https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/docker/Dockerfile.official <https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/docker/Dockerfile.official> --build-arg SOLR_DOWNLOAD_URL=https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/solr-9.0.0.tgz <https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/solr-9.0.0.tgz> -t solr-rc:9.0.0-rc1
>> 
>> On Tue, Mar 29, 2022 at 3:43 PM Ishan Chattopadhyaya <ichattopadhyaya@gmail.com <ma...@gmail.com>> wrote:
>> I don't think anyone should attempt to vet this RC1 from that non official docker image (cominvent). If we want users to test the docker image, let us host it on docker-solr's hub (or provide steps for user to build for themselves and try).
>> 
>> On Tue, 29 Mar, 2022, 11:48 pm Jan Høydahl, <jan.asf@cominvent.com <ma...@cominvent.com>> wrote:
>> Please vote for release candidate 1 for Solr 9.0.0
>> 
>> The artifacts can be downloaded from:
>> https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf <https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf>
>> 
>> 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.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf <https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf>
>> 
>> NB: Make sure to do a 'git pull' on branch_9_0 to get the latest smoketester version.
>> 
>> Since this is a major release I encourage a more thorough manual inspection and test of the artifacts than the smoke tester alone.
>> 
>> A Docker image is available at docker hub as "cominvent/solr:9.0.0-rc1"
>> 
>> The vote will be open for at least 72 hours i.e. until 2022-04-01 19:00 UTC.
>> 
>> [ ] +1  approve
>> [ ] +0  no opinion
>> [ ] -1  disapprove (and reason why)
>> 
>> Here is my +1
>> 
>> SUCCESS! [0:51:42.777256]
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@solr.apache.org <ma...@solr.apache.org>
>> For additional commands, e-mail: dev-help@solr.apache.org <ma...@solr.apache.org>
>> 
> 


Re: [VOTE] Release Solr 9.0.0 RC1

Posted by Jan Høydahl <ja...@cominvent.com>.
Agree, the official Dockerfile is now part of the VOTE, so this is a valid veto.
Well spotted Houston, since it makes no sense to try to use the Dockerfile without build-arg at this stage.

> 29. mar. 2022 kl. 22:27 skrev Houston Putman <ho...@apache.org>:
> 
> Sorry Jan, I must -1 the candidate.
> 
> The official dockerfile is still using the download locations from lucene, not the Solr TLP.
> # These should never be overridden except for the purposes of testing the Dockerfile before release
> ARG SOLR_CLOSER_URL="http://www.apache.org/dyn/closer.lua?filename=solr/$SOLR_VERSION/solr-$SOLR_VERSION.tgz&action=download <http://www.apache.org/dyn/closer.lua?filename=solr/$SOLR_VERSION/solr-$SOLR_VERSION.tgz&action=download>"
> ARG SOLR_DIST_URL="https://www.apache.org/dist/lucene/solr/$SOLR_VERSION/solr-$SOLR_VERSION.tgz <https://www.apache.org/dist/lucene/solr/$SOLR_VERSION/solr-$SOLR_VERSION.tgz>"
> ARG SOLR_ARCHIVE_URL="https://archive.apache.org/dist/lucene/solr/$SOLR_VERSION/solr-$SOLR_VERSION.tgz <https://archive.apache.org/dist/lucene/solr/$SOLR_VERSION/solr-$SOLR_VERSION.tgz>"
> 
> Will have a PR ready soon (with some release wizard changes that satisfy Ishan's request).
> Though we might want to wait a day or two for RC2 in case people can find other issues.
> 
> - Houston
> 
> On Tue, Mar 29, 2022 at 4:16 PM Houston Putman <houston@apache.org <ma...@apache.org>> wrote:
> We should definitely provide ways to build the image yourself, and in the future use apache/solr-nightly for release candidates. But for the first release I don't think it requires another RC.
> 
> Here is the way to build the docker image yourself:
> 
> docker build https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/docker/Dockerfile.official <https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/docker/Dockerfile.official> --build-arg SOLR_DOWNLOAD_URL=https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/solr-9.0.0.tgz <https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/solr-9.0.0.tgz> -t solr-rc:9.0.0-rc1
> 
> On Tue, Mar 29, 2022 at 3:43 PM Ishan Chattopadhyaya <ichattopadhyaya@gmail.com <ma...@gmail.com>> wrote:
> I don't think anyone should attempt to vet this RC1 from that non official docker image (cominvent). If we want users to test the docker image, let us host it on docker-solr's hub (or provide steps for user to build for themselves and try).
> 
> On Tue, 29 Mar, 2022, 11:48 pm Jan Høydahl, <jan.asf@cominvent.com <ma...@cominvent.com>> wrote:
> Please vote for release candidate 1 for Solr 9.0.0
> 
> The artifacts can be downloaded from:
> https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf <https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf>
> 
> 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.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf <https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf>
> 
> NB: Make sure to do a 'git pull' on branch_9_0 to get the latest smoketester version.
> 
> Since this is a major release I encourage a more thorough manual inspection and test of the artifacts than the smoke tester alone.
> 
> A Docker image is available at docker hub as "cominvent/solr:9.0.0-rc1"
> 
> The vote will be open for at least 72 hours i.e. until 2022-04-01 19:00 UTC.
> 
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)
> 
> Here is my +1
> 
> SUCCESS! [0:51:42.777256]
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@solr.apache.org <ma...@solr.apache.org>
> For additional commands, e-mail: dev-help@solr.apache.org <ma...@solr.apache.org>
> 


Re: [VOTE] Release Solr 9.0.0 RC1

Posted by Houston Putman <ho...@apache.org>.
Sorry Jan, I must -1 the candidate.

The official dockerfile is still using the download locations from lucene,
not the Solr TLP.

> # These should never be overridden except for the purposes of testing the Dockerfile before release
> ARG SOLR_CLOSER_URL="http://www.apache.org/dyn/closer.lua?filename=solr/$SOLR_VERSION/solr-$SOLR_VERSION.tgz&action=download"
> ARG SOLR_DIST_URL="https://www.apache.org/dist/lucene/solr/$SOLR_VERSION/solr-$SOLR_VERSION.tgz"
> ARG SOLR_ARCHIVE_URL="https://archive.apache.org/dist/lucene/solr/$SOLR_VERSION/solr-$SOLR_VERSION.tgz"
>
>
Will have a PR ready soon (with some release wizard changes that satisfy
Ishan's request).
Though we might want to wait a day or two for RC2 in case people can find
other issues.

- Houston

On Tue, Mar 29, 2022 at 4:16 PM Houston Putman <ho...@apache.org> wrote:

> We should definitely provide ways to build the image yourself, and in the
> future use apache/solr-nightly for release candidates. But for the first
> release I don't think it requires another RC.
>
> Here is the way to build the docker image yourself:
>
> docker build
> https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/docker/Dockerfile.official
> --build-arg SOLR_DOWNLOAD_URL=
> https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/solr-9.0.0.tgz
> -t solr-rc:9.0.0-rc1
>
> On Tue, Mar 29, 2022 at 3:43 PM Ishan Chattopadhyaya <
> ichattopadhyaya@gmail.com> wrote:
>
>> I don't think anyone should attempt to vet this RC1 from that non
>> official docker image (cominvent). If we want users to test the docker
>> image, let us host it on docker-solr's hub (or provide steps for user to
>> build for themselves and try).
>>
>> On Tue, 29 Mar, 2022, 11:48 pm Jan Høydahl, <ja...@cominvent.com>
>> wrote:
>>
>>> Please vote for release candidate 1 for Solr 9.0.0
>>>
>>> The artifacts can be downloaded from:
>>>
>>> https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf
>>>
>>> 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.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf
>>>
>>> NB: Make sure to do a 'git pull' on branch_9_0 to get the latest
>>> smoketester version.
>>>
>>> Since this is a major release I encourage a more thorough manual
>>> inspection and test of the artifacts than the smoke tester alone.
>>>
>>> A Docker image is available at docker hub as "cominvent/solr:9.0.0-rc1"
>>>
>>> The vote will be open for at least 72 hours i.e. until 2022-04-01 19:00
>>> UTC.
>>>
>>> [ ] +1  approve
>>> [ ] +0  no opinion
>>> [ ] -1  disapprove (and reason why)
>>>
>>> Here is my +1
>>>
>>> SUCCESS! [0:51:42.777256]
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@solr.apache.org
>>> For additional commands, e-mail: dev-help@solr.apache.org
>>>
>>>

Re: [VOTE] Release Solr 9.0.0 RC1

Posted by Houston Putman <ho...@apache.org>.
We should definitely provide ways to build the image yourself, and in the
future use apache/solr-nightly for release candidates. But for the first
release I don't think it requires another RC.

Here is the way to build the docker image yourself:

docker build
https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/docker/Dockerfile.official
--build-arg SOLR_DOWNLOAD_URL=
https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/solr-9.0.0.tgz
-t solr-rc:9.0.0-rc1

On Tue, Mar 29, 2022 at 3:43 PM Ishan Chattopadhyaya <
ichattopadhyaya@gmail.com> wrote:

> I don't think anyone should attempt to vet this RC1 from that non official
> docker image (cominvent). If we want users to test the docker image, let us
> host it on docker-solr's hub (or provide steps for user to build for
> themselves and try).
>
> On Tue, 29 Mar, 2022, 11:48 pm Jan Høydahl, <ja...@cominvent.com> wrote:
>
>> Please vote for release candidate 1 for Solr 9.0.0
>>
>> The artifacts can be downloaded from:
>>
>> https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf
>>
>> 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.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf
>>
>> NB: Make sure to do a 'git pull' on branch_9_0 to get the latest
>> smoketester version.
>>
>> Since this is a major release I encourage a more thorough manual
>> inspection and test of the artifacts than the smoke tester alone.
>>
>> A Docker image is available at docker hub as "cominvent/solr:9.0.0-rc1"
>>
>> The vote will be open for at least 72 hours i.e. until 2022-04-01 19:00
>> UTC.
>>
>> [ ] +1  approve
>> [ ] +0  no opinion
>> [ ] -1  disapprove (and reason why)
>>
>> Here is my +1
>>
>> SUCCESS! [0:51:42.777256]
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@solr.apache.org
>> For additional commands, e-mail: dev-help@solr.apache.org
>>
>>

Re: [VOTE] Release Solr 9.0.0 RC1

Posted by Jan Høydahl <ja...@cominvent.com>.
Thanks for pointing this out Ishan. We do not ever vote over a Docker image, it is not an official artifact. The vote is only for the signed tgz artifacts.
The Docker image is linked as a convenience binary built with Dockerfile.official <https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/docker/>, i.e. from the same tgz as we vote over, pushed to my hub namespace.
Thanks Houston for providing instructions for building the same docker image locally, that is also encouraged for the sake of getting more review eyes on the official Dockerfile

PS: There was a small bug in the smoketester, a fix is pushed to branch_9_0. So if anyone experienced an error during validation of Maven artifacts, that should now be fixed

Jan

> 29. mar. 2022 kl. 21:43 skrev Ishan Chattopadhyaya <ic...@gmail.com>:
> 
> I don't think anyone should attempt to vet this RC1 from that non official docker image (cominvent). If we want users to test the docker image, let us host it on docker-solr's hub (or provide steps for user to build for themselves and try).
> 
> On Tue, 29 Mar, 2022, 11:48 pm Jan Høydahl, <jan.asf@cominvent.com <ma...@cominvent.com>> wrote:
> Please vote for release candidate 1 for Solr 9.0.0
> 
> The artifacts can be downloaded from:
> https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf <https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf>
> 
> 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.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf <https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf>
> 
> NB: Make sure to do a 'git pull' on branch_9_0 to get the latest smoketester version.
> 
> Since this is a major release I encourage a more thorough manual inspection and test of the artifacts than the smoke tester alone.
> 
> A Docker image is available at docker hub as "cominvent/solr:9.0.0-rc1"
> 
> The vote will be open for at least 72 hours i.e. until 2022-04-01 19:00 UTC.
> 
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)
> 
> Here is my +1
> 
> SUCCESS! [0:51:42.777256]
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@solr.apache.org <ma...@solr.apache.org>
> For additional commands, e-mail: dev-help@solr.apache.org <ma...@solr.apache.org>
> 


Re: [VOTE] Release Solr 9.0.0 RC1

Posted by Ishan Chattopadhyaya <ic...@gmail.com>.
I don't think anyone should attempt to vet this RC1 from that non official
docker image (cominvent). If we want users to test the docker image, let us
host it on docker-solr's hub (or provide steps for user to build for
themselves and try).

On Tue, 29 Mar, 2022, 11:48 pm Jan Høydahl, <ja...@cominvent.com> wrote:

> Please vote for release candidate 1 for Solr 9.0.0
>
> The artifacts can be downloaded from:
>
> https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf
>
> 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.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf
>
> NB: Make sure to do a 'git pull' on branch_9_0 to get the latest
> smoketester version.
>
> Since this is a major release I encourage a more thorough manual
> inspection and test of the artifacts than the smoke tester alone.
>
> A Docker image is available at docker hub as "cominvent/solr:9.0.0-rc1"
>
> The vote will be open for at least 72 hours i.e. until 2022-04-01 19:00
> UTC.
>
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)
>
> Here is my +1
>
> SUCCESS! [0:51:42.777256]
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@solr.apache.org
> For additional commands, e-mail: dev-help@solr.apache.org
>
>

Re: [VOTE] Release Solr 9.0.0 RC1

Posted by Joel Bernstein <jo...@gmail.com>.
SUCCESS! [1:24:30.108261]

No need to vote on this one, but a success nonetheless.

Joel Bernstein
http://joelsolr.blogspot.com/


On Tue, Mar 29, 2022 at 4:44 PM Mike Drob <md...@mdrob.com> wrote:

> Never mind, I think that last one is because I ran from a src unpack and
> not a bin unpack like I thought I was running. Probably could have a better
> error message instead of that CNFE.
>
> On Tue, Mar 29, 2022 at 3:41 PM Mike Drob <md...@mdrob.com> wrote:
>
>> -1:
>>
>> Java 11 Only - SUCCESS! [0:35:46.949352]
>>
>> Java 11 + 17 via python3 -u dev-tools/scripts/smokeTestRelease.py
>> --test-java17 /Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents/Home
>> https://dist.apache.org/...
>>
>> run tests w/ Java 17 and testArgs='-Dtests.nightly=false -Dtests.badapples=false '...
>>
>> command "export JAVA_HOME="/Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents/Home" PATH="/Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents/Home/bin:$PATH" JAVACMD="/Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents/Home/bin/java"; ./gradlew --no-daemon clean test -Dtests.nightly=false -Dtests.badapples=false " failed:
>> sh: ./gradlew: No such file or directory
>>
>> Attempted to follow the tutorial exercises in the ref guide, got this error right at the start:
>>
>> mdrob-imp:/tmp/smoke_solr_9.0.0_4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf_2/unpack/solr-9.0.0/solr $ bin/solr start -e cloud
>>
>> *** [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 11136.
>>  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
>> Error: Could not find or load main class org.apache.solr.util.SolrCLI
>> Caused by: java.lang.ClassNotFoundException: org.apache.solr.util.SolrCLI
>>
>>
>> On Tue, Mar 29, 2022 at 1:18 PM Jan Høydahl <ja...@cominvent.com>
>> wrote:
>>
>>> Please vote for release candidate 1 for Solr 9.0.0
>>>
>>> The artifacts can be downloaded from:
>>>
>>> https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf
>>>
>>> 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.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf
>>>
>>> NB: Make sure to do a 'git pull' on branch_9_0 to get the latest
>>> smoketester version.
>>>
>>> Since this is a major release I encourage a more thorough manual
>>> inspection and test of the artifacts than the smoke tester alone.
>>>
>>> A Docker image is available at docker hub as "cominvent/solr:9.0.0-rc1"
>>>
>>> The vote will be open for at least 72 hours i.e. until 2022-04-01 19:00
>>> UTC.
>>>
>>> [ ] +1  approve
>>> [ ] +0  no opinion
>>> [ ] -1  disapprove (and reason why)
>>>
>>> Here is my +1
>>>
>>> SUCCESS! [0:51:42.777256]
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@solr.apache.org
>>> For additional commands, e-mail: dev-help@solr.apache.org
>>>
>>>

Re: [VOTE] Release Solr 9.0.0 RC1

Posted by Mike Drob <md...@mdrob.com>.
Never mind, I think that last one is because I ran from a src unpack and
not a bin unpack like I thought I was running. Probably could have a better
error message instead of that CNFE.

On Tue, Mar 29, 2022 at 3:41 PM Mike Drob <md...@mdrob.com> wrote:

> -1:
>
> Java 11 Only - SUCCESS! [0:35:46.949352]
>
> Java 11 + 17 via python3 -u dev-tools/scripts/smokeTestRelease.py
> --test-java17 /Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents/Home
> https://dist.apache.org/...
>
> run tests w/ Java 17 and testArgs='-Dtests.nightly=false -Dtests.badapples=false '...
>
> command "export JAVA_HOME="/Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents/Home" PATH="/Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents/Home/bin:$PATH" JAVACMD="/Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents/Home/bin/java"; ./gradlew --no-daemon clean test -Dtests.nightly=false -Dtests.badapples=false " failed:
> sh: ./gradlew: No such file or directory
>
> Attempted to follow the tutorial exercises in the ref guide, got this error right at the start:
>
> mdrob-imp:/tmp/smoke_solr_9.0.0_4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf_2/unpack/solr-9.0.0/solr $ bin/solr start -e cloud
>
> *** [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 11136.
>  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
> Error: Could not find or load main class org.apache.solr.util.SolrCLI
> Caused by: java.lang.ClassNotFoundException: org.apache.solr.util.SolrCLI
>
>
> On Tue, Mar 29, 2022 at 1:18 PM Jan Høydahl <ja...@cominvent.com> wrote:
>
>> Please vote for release candidate 1 for Solr 9.0.0
>>
>> The artifacts can be downloaded from:
>>
>> https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf
>>
>> 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.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf
>>
>> NB: Make sure to do a 'git pull' on branch_9_0 to get the latest
>> smoketester version.
>>
>> Since this is a major release I encourage a more thorough manual
>> inspection and test of the artifacts than the smoke tester alone.
>>
>> A Docker image is available at docker hub as "cominvent/solr:9.0.0-rc1"
>>
>> The vote will be open for at least 72 hours i.e. until 2022-04-01 19:00
>> UTC.
>>
>> [ ] +1  approve
>> [ ] +0  no opinion
>> [ ] -1  disapprove (and reason why)
>>
>> Here is my +1
>>
>> SUCCESS! [0:51:42.777256]
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@solr.apache.org
>> For additional commands, e-mail: dev-help@solr.apache.org
>>
>>

Re: [VOTE] Release Solr 9.0.0 RC1

Posted by Jan Høydahl <ja...@cominvent.com>.
PR for making Smoketester work with JDK11 + JDK17: https://github.com/apache/solr/pull/775 <https://github.com/apache/solr/pull/775>

I'll likely spin RC2 tomorrow. Feel free to commit improvements to tests and other bug fixes until then.
If you discover new blockers, please raise a new blocker JIRA and mention it here.

Jan

> 30. mar. 2022 kl. 00:56 skrev Jan Høydahl <ja...@cominvent.com>:
> 
> Found the bug. 
> 
> testSolrExample() will do a chdir() command, so the script is in a binary-dist folder without gradlew command. Will commit a fix.
> 
> Jan
> 
>> 29. mar. 2022 kl. 22:41 skrev Mike Drob <mdrob@mdrob.com <ma...@mdrob.com>>:
>> 
>> sh: ./gradlew: No such file or directory
>> 
> 


Re: [VOTE] Release Solr 9.0.0 RC1

Posted by Jan Høydahl <ja...@cominvent.com>.
Found the bug. 

testSolrExample() will do a chdir() command, so the script is in a binary-dist folder without gradlew command. Will commit a fix.

Jan

> 29. mar. 2022 kl. 22:41 skrev Mike Drob <md...@mdrob.com>:
> 
> sh: ./gradlew: No such file or directory
> 


Re: [VOTE] Release Solr 9.0.0 RC1

Posted by Jan Høydahl <ja...@cominvent.com>.
Can you elaborate on your setup?
I cannot reproduce locally...

Jan

> 29. mar. 2022 kl. 22:41 skrev Mike Drob <md...@mdrob.com>:
> 
> -1:
> 
> Java 11 Only - SUCCESS! [0:35:46.949352]
> 
> Java 11 + 17 via python3 -u dev-tools/scripts/smokeTestRelease.py --test-java17 /Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents/Home https://dist.apache.org/. <https://dist.apache.org/>..
> run tests w/ Java 17 and testArgs='-Dtests.nightly=false -Dtests.badapples=false '...
> command "export JAVA_HOME="/Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents/Home" PATH="/Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents/Home/bin:$PATH" JAVACMD="/Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents/Home/bin/java"; ./gradlew --no-daemon clean test -Dtests.nightly=false -Dtests.badapples=false " failed:
> sh: ./gradlew: No such file or directory
> Attempted to follow the tutorial exercises in the ref guide, got this error right at the start:
> mdrob-imp:/tmp/smoke_solr_9.0.0_4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf_2/unpack/solr-9.0.0/solr $ bin/solr start -e cloud
> *** [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 <http://solr.in.sh/>
> *** [WARN] ***  Your Max Processes Limit is currently 11136.
>  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 <http://solr.in.sh/>
> Error: Could not find or load main class org.apache.solr.util.SolrCLI
> Caused by: java.lang.ClassNotFoundException: org.apache.solr.util.SolrCLI
> 
> On Tue, Mar 29, 2022 at 1:18 PM Jan Høydahl <jan.asf@cominvent.com <ma...@cominvent.com>> wrote:
> Please vote for release candidate 1 for Solr 9.0.0
> 
> The artifacts can be downloaded from:
> https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf <https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf>
> 
> 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.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf <https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf>
> 
> NB: Make sure to do a 'git pull' on branch_9_0 to get the latest smoketester version.
> 
> Since this is a major release I encourage a more thorough manual inspection and test of the artifacts than the smoke tester alone.
> 
> A Docker image is available at docker hub as "cominvent/solr:9.0.0-rc1"
> 
> The vote will be open for at least 72 hours i.e. until 2022-04-01 19:00 UTC.
> 
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)
> 
> Here is my +1
> 
> SUCCESS! [0:51:42.777256]
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@solr.apache.org <ma...@solr.apache.org>
> For additional commands, e-mail: dev-help@solr.apache.org <ma...@solr.apache.org>
> 


Re: [VOTE] Release Solr 9.0.0 RC1

Posted by Mike Drob <md...@mdrob.com>.
-1:

Java 11 Only - SUCCESS! [0:35:46.949352]

Java 11 + 17 via python3 -u dev-tools/scripts/smokeTestRelease.py
--test-java17 /Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents/Home
https://dist.apache.org/...

run tests w/ Java 17 and testArgs='-Dtests.nightly=false
-Dtests.badapples=false '...

command "export
JAVA_HOME="/Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents/Home"
PATH="/Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents/Home/bin:$PATH"
JAVACMD="/Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents/Home/bin/java";
./gradlew --no-daemon clean test -Dtests.nightly=false
-Dtests.badapples=false " failed:
sh: ./gradlew: No such file or directory

Attempted to follow the tutorial exercises in the ref guide, got this
error right at the start:

mdrob-imp:/tmp/smoke_solr_9.0.0_4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf_2/unpack/solr-9.0.0/solr
$ bin/solr start -e cloud

*** [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 11136.
 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
Error: Could not find or load main class org.apache.solr.util.SolrCLI
Caused by: java.lang.ClassNotFoundException: org.apache.solr.util.SolrCLI


On Tue, Mar 29, 2022 at 1:18 PM Jan Høydahl <ja...@cominvent.com> wrote:

> Please vote for release candidate 1 for Solr 9.0.0
>
> The artifacts can be downloaded from:
>
> https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf
>
> 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.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf
>
> NB: Make sure to do a 'git pull' on branch_9_0 to get the latest
> smoketester version.
>
> Since this is a major release I encourage a more thorough manual
> inspection and test of the artifacts than the smoke tester alone.
>
> A Docker image is available at docker hub as "cominvent/solr:9.0.0-rc1"
>
> The vote will be open for at least 72 hours i.e. until 2022-04-01 19:00
> UTC.
>
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)
>
> Here is my +1
>
> SUCCESS! [0:51:42.777256]
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@solr.apache.org
> For additional commands, e-mail: dev-help@solr.apache.org
>
>