mirror of
https://github.com/apache/lucene.git
synced 2025-02-10 12:05:36 +00:00
* SOLR-14588: Implement Circuit Breakers This commit consists of two parts: initial circuit breakers infrastructure and real JVM memory based circuit breaker which monitors incoming search requests and rejects them with SERVICE_TOO_BUSY error if the defined threshold is breached, thus giving headroom to existing indexing and search requests to complete.