Some PR's to get some eyes on!

2024-07-23 Thread Eric Pugh
Hey all, so slowly closing in on wrapping up the SolrCLI epic…. I plan on giving an update at Thursday’s community meetup. In the mean time, there are some PR’s id’ love some more eyes on: https://github.com/apache/solr/pull/2580 - SOLR-15831: Refactor bin/solr and bin/solr.cmd to delegate args

Re: [JENKINS-EA] Solr-main-Linux (64bit/hotspot/jdk-23-ea+33) - Build # 19448 - Unstable!

2024-07-23 Thread Chris Hostetter
Uwe: In the past 24 hours, 3 of your 64bit/hotspot/jdk-23-ea+33 jenkins builds have all failed on these 2 (Locale related) tests (w/diff seeds that don't reproduce for me on released jdks) Perhaps there is a new Locale based date parsing issue in the latest EA that you could look into and rep

Exception handling in background tasks

2024-07-23 Thread Andrey Bozhko
Hi all, I'd like to bring up for discussion how Solr handles failures of various background tasks. Typically with an ExecutorService, the task can be offloaded to a background thread via `execute(...)` or `submit(...)` methods: - if using `execute(Runnable)` method, any exception thrown by the t