atris commented on a change in pull request #96: URL: https://github.com/apache/solr/pull/96#discussion_r650081537
########## 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: For Solr 9, I am going to use the new flags introduced in SOLR-13528, which should be a cleaner way of achieving the goal (unless there is a problem I am missing, please?) -- 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