[GitHub] [lucene-solr] madrob commented on a change in pull request #1626: SOLR-14588: Implement Circuit Breakers

2020-07-01 Thread GitBox
madrob commented on a change in pull request #1626: URL: https://github.com/apache/lucene-solr/pull/1626#discussion_r448550485 ## File path: solr/core/src/java/org/apache/solr/util/circuitbreaker/MemoryCircuitBreaker.java ## @@ -0,0 +1,111 @@ +/* + * Licensed to the Apache Sof

[GitHub] [lucene-solr] madrob commented on a change in pull request #1626: SOLR-14588: Implement Circuit Breakers

2020-07-01 Thread GitBox
madrob commented on a change in pull request #1626: URL: https://github.com/apache/lucene-solr/pull/1626#discussion_r448460273 ## File path: solr/core/src/java/org/apache/solr/util/circuitbreaker/CircuitBreakerManager.java ## @@ -0,0 +1,130 @@ +/* + * Licensed to the Apache So