Re: [VOTE] Release Solr 9.8.1 RC1

2025-03-06 Thread Kevin Risden
+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

[VOTE] Release Solr 9.8.1 RC1

2025-03-06 Thread Houston Putman
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.

Re: Environment Variables in the Solr CLI...

2025-03-06 Thread Mike Drob
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

Environment Variables in the Solr CLI...

2025-03-06 Thread David Eric Pugh
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

Re: Bugfix release Solr 9.8.1

2025-03-06 Thread Houston Putman
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

Re: Environment Variables in the Solr CLI...

2025-03-06 Thread Jan Høydahl
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