atris commented on a change in pull request #2472: URL: https://github.com/apache/lucene-solr/pull/2472#discussion_r603153830
########## File path: solr/core/src/java/org/apache/solr/handler/IndexFetcher.java ########## @@ -271,7 +273,33 @@ public IndexFetcher(@SuppressWarnings({"rawtypes"})final NamedList initArgs, fin String httpBasicAuthPassword = (String) initArgs.get(HttpClientUtil.PROP_BASIC_AUTH_PASS); myHttpClient = createHttpClient(solrCore, httpBasicAuthUser, httpBasicAuthPassword, useExternalCompression); } - + + private void setLeaderUrl(String leaderUrl) { + if (leaderUrl != null && solrCore.getCoreContainer().getShardHandlerFactory() instanceof HttpShardHandlerFactory) { Review comment: NIT: Lets get the ZKController once and reuse? -- 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