wrunderwood commented on a change in pull request #96: URL: https://github.com/apache/solr/pull/96#discussion_r643424082
########## File path: solr/core/src/java/org/apache/solr/util/circuitbreaker/CircuitBreaker.java ########## @@ -66,14 +66,19 @@ protected boolean isEnabled() { private final int memCBThreshold; private final boolean cpuCBEnabled; private final int cpuCBThreshold; + private final boolean loadAverageCBEnabled; + private final double loadAverageCBThreshold; public CircuitBreakerConfig(final boolean enabled, final boolean memCBEnabled, final int memCBThreshold, - final boolean cpuCBEnabled, final int cpuCBThreshold) { + final boolean cpuCBEnabled, final int cpuCBThreshold, Review comment: I don't understand this comment. -- 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