+0 Not sure yet.

I got two failures:

(1) TestReplicationHandler -- didn't reproduce.  The logs refer to
"java.lang.AssertionError:
Directory not closed: MockDirectoryWrapper(ByteBuffersDirectory@1814bb6a
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1b70f84b)" for
class level errors.  When I run this test in my IDE, the tests pass but I
get these errors for the test class overall.  So there is some test cleanup
to do.

(2) TestRollingRestart.  It didn't reproduce.  But I saw an easy NPE and
filed a JIRA issue & PR: https://issues.apache.org/jira/browse/SOLR-16145

Also, I want to point out a minor issue: the distribution doesn't include
the docker "examples" subdirectory, and maybe some others misc
files/directories specific to some modules:
https://github.com/apache/lucene-solr/pull/2104 (I guess I need to redo
this)

~ David Smiley
Apache Lucene/Solr Search Developer
http://www.linkedin.com/in/davidwsmiley


On Tue, Apr 5, 2022 at 5:58 PM Jan Høydahl <[email protected]> wrote:

> Please vote for release candidate 3 for Solr 9.0.0
>
> The artifacts can be downloaded from:
>
> https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e
>
> 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-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e
>
> You are encouraged to do an extra thorough test and manual inspection
> beyond
> running the smoketester, since this is a major release.
>
> 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.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e &&
> \
>   docker build $DIST_BASE/$RC_FOLDER/solr/docker/Dockerfile.official \
>   --build-arg SOLR_DOWNLOAD_URL=$DIST_BASE/$RC_FOLDER/solr/solr-9.0.0.tgz \
>   -t solr-rc:9.0.0-3
>
> The vote will be open for at least 72 hours i.e. until 2022-04-08 22:00
> UTC.
>
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)
>
> Here is my +1
>
> SUCCESS! [0:46:42.638796]
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to