Re: Solr 9.4.1

2023-12-05 Thread David Smiley
Ideally I would have done a 9.4.1 earlier for that one issue... but I didn't and kept feeling more and more guilty... so here we are. But really I shouldn't feel too guilty; open-source is volunteering; doing a patch release shouldn't be a required punishment for an unfortunate bug. It wasn't eve

Re: Solr 9.4.1

2023-12-05 Thread Shawn Heisey
On 12/5/23 16:28, David Smiley wrote: I didn't know doing 9.5 was an option. If it still is, I would prefer to do 9.5. What do people think? The 9.5.0 section of CHANGES.txt in main is not as big as that for 9.4.0, but it's not small either. I do not know whether any of those changes are s

Unreferenced license file detection

2023-12-05 Thread David Smiley
I often find that after running "gradle check", I get the following warning at the very end, right after the slow tests are printed: WARNING: there were unreferenced files under license folder: - /Users/dsmiley/SFDCDev/solr_9x/solr/licenses/HdrHistogram-LICENSE-PD.txt - /Users/dsmiley/SFDCDev/

Re: Solr 9.4.1

2023-12-05 Thread David Smiley
I didn't know doing 9.5 was an option. If it still is, I would prefer to do 9.5. What do people think? ~ David On Tue, Dec 5, 2023 at 7:27 AM Jan Høydahl wrote: > +1 > > I backported these bugfixes: > > SOLR-17039: Entropy calculation in bin/solr script fails in Docker due to > missing 'bc'

Re: Test history, new tool -- ge.apache.org

2023-12-05 Thread Jason Gerlowski
This is awesome; excited to check it out. Thanks for flagging for us! On Thu, Nov 30, 2023 at 10:11 AM David Smiley wrote: > I would like to draw more attention to what Gradle Enterprise is giving > us. Test history: > > > https://ge.apache.org/scans/tests?search.relativeStartTime=P90D&search.

Upgrade to Lucene 9.9

2023-12-05 Thread Jan Høydahl
Hi, I made a JIRA for upgrading to Lucene 9.9, see https://issues.apache.org/jira/browse/SOLR-17097 This can be a good first task for someone who wants to contribute for the first time. If that's you, feel free to reply to this mail and then start working on the task. We'll hold your hand as m

Re: Crave is doing well

2023-12-05 Thread David Smiley
I believe I got to the bottom of this and fixed it. The Crave server initialization script, which I wrote (at least the project/Solr specific parts) was doing a "gradle assemble" at the end, and so there's lots of compiled code & various stuff in place. For "old PRs" or some scenarios, we need a

Re: Solr 9.4.1

2023-12-05 Thread Jan Høydahl
+1 I backported these bugfixes: SOLR-17039: Entropy calculation in bin/solr script fails in Docker due to missing 'bc' cmd (janhoy) SOLR-6853: Allow '/' characters in the text managed by Managed Resources API. (Nikita Rusetskii via Eric Pugh) (PR ) We