cpoerschke commented on a change in pull request #96: URL: https://github.com/apache/solr/pull/96#discussion_r650089050
########## File path: solr/core/src/java/org/apache/solr/util/circuitbreaker/CircuitBreakerManager.java ########## @@ -40,12 +41,15 @@ * solution. There will be a follow up with a SIP for a schema API design. */ public class CircuitBreakerManager implements PluginInfoInitialized { + private final SolrCore core; Review comment: > ... to make CBs truly pluggable, ... But that's for another JIRA ... i've created a placeholder JIRA: https://issues.apache.org/jira/browse/SOLR-15474 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org