sigram commented on a change in pull request #1486: URL: https://github.com/apache/lucene-solr/pull/1486#discussion_r420758305
########## File path: solr/core/src/java/org/apache/solr/metrics/reporters/solr/SolrReporter.java ########## @@ -306,11 +312,11 @@ public String toString() { // We delegate to registries anyway, so having a dummy registry is harmless. private static final MetricRegistry dummyRegistry = new MetricRegistry(); - public SolrReporter(HttpClient httpClient, Supplier<String> urlProvider, SolrMetricManager metricManager, + public SolrReporter(SolrClientCache solrClientCache, Supplier<String> urlProvider, SolrMetricManager metricManager, List<Report> metrics, String handler, String reporterId, TimeUnit rateUnit, TimeUnit durationUnit, SolrParams params, boolean skipHistograms, boolean skipAggregateValues, - boolean cloudClient, boolean compact) { + boolean cloudClient, boolean compact, boolean closeClientCache) { Review comment: I went a step back to keep the old constructor for back-compat - the class is public and its constructor is public too. ---------------------------------------------------------------- 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...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org