Re: [EXTERNAL] - Planning and Releasing Solr 10.0

2025-07-29 Thread Isabelle Giguere
Hi Mikael; Either Solr 9.x with Jetty 12 OR Solr 10 would work for me, if my non-committer vote counts ;) Isabelle Giguère De : Mikael Sterner Envoyé : 29 juillet 2025 12:54 À : dev@solr.apache.org Objet : Re: [EXTERNAL] - Planning and Releasing Solr 10.0 CA

Re: Issue with Solr CPU Circuit Breaker Triggering Incorrectly due to Inaccurate CPU Load Metrics

2025-07-29 Thread Walter Underwood
Looks like there have been some nice improvements in that feature since I was last in the code. I had recommended splitting out update and query, glad that got done, CPU load is not especially useful, because it gets high after there is already a problem. Load average includes processes/thread

Re: Issue with Solr CPU Circuit Breaker Triggering Incorrectly due to Inaccurate CPU Load Metrics

2025-07-29 Thread PUNEET SHARMA
reports the value close to 1.0 and solr rejects the requests with 429 even though the CPU actual utilization is less. On Wed, Jul 30, 2025 at 12:04 AM PUNEET SHARMA wrote: > This i have done done on > > openjdk version "21.0.5" 2024-10-15 LTS > > OpenJDK Runtime Environment (Red_Hat-21.0.5.0.11-

Re: Issue with Solr CPU Circuit Breaker Triggering Incorrectly due to Inaccurate CPU Load Metrics

2025-07-29 Thread PUNEET SHARMA
This i have done done on openjdk version "21.0.5" 2024-10-15 LTS OpenJDK Runtime Environment (Red_Hat-21.0.5.0.11-1) (build 21.0.5+11-LTS) OpenJDK 64-Bit Server VM (Red_Hat-21.0.5.0.11-1) (build 21.0.5+11-LTS, mixed mode, sharing) Aggread the JDK reports are fixed in Java 18 but seems like the

Re: [EXTERNAL] - Planning and Releasing Solr 10.0

2025-07-29 Thread Mikael Sterner
Hi all, Given this estimated timeline for Solr 10, do you think it would be feasible to backport Jetty 12 EE8 to Solr 9.x? That seems like it would resolve the Jetty EOL issue faster than waiting for Solr 10 to stabilize, and also allow Solr 9.x to live for longer with non-EOL dependencies during

Re: Issue with Solr CPU Circuit Breaker Triggering Incorrectly due to Inaccurate CPU Load Metrics

2025-07-29 Thread Gus Heck
Looks like most of those JDK reports are fixed in Java 18. What version was the OP on? On Tue, Jul 29, 2025 at 7:49 AM Jason Gerlowski wrote: > Hi Puneet, > > It certainly looks like there are a lot of bugs in load-average > reporting - I never realized it was so shaky in those containerized > e

Re: Issue with Solr CPU Circuit Breaker Triggering Incorrectly due to Inaccurate CPU Load Metrics

2025-07-29 Thread Jason Gerlowski
Hi Puneet, It certainly looks like there are a lot of bugs in load-average reporting - I never realized it was so shaky in those containerized environments! Thanks for the thorough writeup. The question is what to do about it. On the one hand "load average" is only one of several circuit breake