subscribe
Issue with Solr CPU Circuit Breaker Triggering Incorrectly due to Inaccurate CPU Load Metrics
Hi Team,Currently Solr's CPU circuit breaker mechanism relies on CPU load metrics obtained from the Java OperatingSystemMXBean. However, in environments (notably when running in cloud platforms like Google Cloud Platform - GCP), this metric inaccurately reports CPU usage, causing the circuit breake
PR review for NPE in doAddDistinct of AtomicUpdateDocumentMerger
Hi committers, Please take some time to review this PR : https://github.com/apache/solr/pull/3436 https://issues.apache.org/jira/browse/SOLR-17721 Thanks, Puneet