lucene/solr/contrib
Atri Sharma 7b54902f68
SOLR-14588: Implement Circuit Breakers (#1606)
* 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.
2020-06-25 21:06:22 +05:30
..
analysis-extras SOLR-14563: Fix or suppress warnings in solr/contrib 2020-06-12 10:56:22 -04:00
analytics SOLR-14574: Fix or suppress warnings in solr/core/src/test (part 2) 2020-06-18 11:12:50 -04:00
clustering SOLR-14588: Implement Circuit Breakers (#1606) 2020-06-25 21:06:22 +05:30
dataimporthandler LUCENE-9411: Fail complation on warnings, 9x gradle-only 2020-06-23 16:21:10 -04:00
dataimporthandler-extras SOLR-14574: Fix or suppress warnings in solr/core/src/test (part 1) 2020-06-17 17:51:41 -04:00
extraction SOLR-14574: Fix or suppress warnings in solr/core/src/test (part 2) 2020-06-18 11:12:50 -04:00
jaegertracer-configurator SOLR-14574: Fix or suppress warnings in solr/core/src/test (part 2) 2020-06-18 11:12:50 -04:00
langid SOLR-14545: Fix or suppress warnings in apache/solr/update 2020-06-08 19:03:34 -04:00
ltr SOLR-14574: Fix or suppress warnings in solr/core/src/test (part 2) 2020-06-18 11:12:50 -04:00
prometheus-exporter SOLR-14588: Implement Circuit Breakers (#1606) 2020-06-25 21:06:22 +05:30
velocity SOLR-14563: Fix or suppress warnings in solr/contrib 2020-06-12 10:56:22 -04:00
contrib-build.xml SOLR-7227: Don't create the WAR file at all 2015-07-28 19:04:21 +00:00