+1
SUCCESS! [0:39:40.103601]
Kevin Risden
On Thu, Mar 6, 2025 at 4:28 PM Houston Putman wrote:
> Please vote for release candidate 1 for Solr 9.8.1
>
> The artifacts can be downloaded from:
>
> https://dist.apache.org/repos/dist/dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad
Please vote for release candidate 1 for Solr 9.8.1
The artifacts can be downloaded from:
https://dist.apache.org/repos/dist/dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96
You can run the smoke tester directly with this command:
python3 -u dev-tools/scripts/smokeTestRelease.
I think the guidance from clig.dev is pretty clear - when the configuration
is generally stable from one invocation to the next, using environment
variables is nice. Imagine starting a container, you set ZK_HOST once and
then it's good for every invocation of the tools. Otherwise you have to
have l
I've been thinking about the use of environment variables in the Solr CLI, and
trying to figure out why it feels like a bad thing... I think that the
reason I don't like them is that it feels like we are injecting "magic" into
our CLI, and this makes them actually more brittle and difficult t
Sounds good, starting to build the candidate.
I also have a draft of the release notes up:
https://cwiki.apache.org/confluence/display/SOLR/ReleaseNote9_8_1
- Houston
On Wed, Mar 5, 2025 at 4:40 PM Jan Høydahl wrote:
> From an operator point of view, upgrading to 0.9.1 which then works for
> a
I love environment variables, since it is the common denominator across all
runtimes you can imagine, including containers.
So having a broad ENV strategy for the solr server itself, as we are
approaching with EnvUtils and SOLR_ prefix etc, is AGoodThing™.
Now, when it comes to the CLI Tools, th