Thanks Mikhail. I'm about to release another RC, so please try it out with the new artifacts!
You can check the beta 9.3 docs by using the version-drop-down menu in the top right of the page. Also doc changes do not require re-spinning an RC candidate, we can change the docs however we want after a release is made. - Houston On Mon, Jul 17, 2023 at 4:18 PM Mikhail Khludnev <m...@apache.org> wrote: > Hi, > > I'm trying to test AffinityPlugin > ".placement-plugin": { "name": ".placement-plugin", "class": > "org.apache.solr.cluster.placement.plugins.AffinityPlacementFactory", > "config": { "withCollections": { "primary": "secondary" }, > "minimalFreeDiskGB": 0, "prioritizedFreeDiskGB": 0 } } > then, I created primary collection without creating secondary > "collections": [ "gettingstarted", "primary" ] } > > I'll check it out thoroughly tomorrow. > > On Thu, Jul 13, 2023 at 10:59 PM Houston Putman <hous...@apache.org> > wrote: > > > Please vote for release candidate 1 for Solr 9.3.0 > > > > The artifacts can be downloaded from: > > > > > https://dist.apache.org/repos/dist/dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419 > > > > 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.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419 > > > > 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.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr > > && > > < > https://dist.apache.org/repos/dist/dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr&& > > > > \ > > docker build > $SOLR_DOWNLOAD_SERVER/9.3.0/docker/Dockerfile.official-full > > \ > > --build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \ > > -t solr-rc:9.3.0-1 && \ > > docker build > $SOLR_DOWNLOAD_SERVER/9.3.0/docker/Dockerfile.official-slim > > \ > > --build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \ > > -t solr-rc:9.3.0-1-slim > > > > The vote will be open for at least 72 hours i.e. until 2023-07-18 20:00 > > UTC. > > > > [ ] +1 approve > > [ ] +0 no opinion > > [ ] -1 disapprove (and reason why) > > > > Here is my +1 > > > > > -- > Sincerely yours > Mikhail Khludnev >