pvcnt commented on code in PR #2203: URL: https://github.com/apache/solr/pull/2203#discussion_r1459031840
########## solr/core/src/java/org/apache/solr/cloud/SyncStrategy.java: ########## @@ -72,6 +81,7 @@ public SyncStrategy(CoreContainer cc) { client = updateShardHandler.getDefaultHttpClient(); shardHandler = cc.getShardHandlerFactory().getShardHandler(); updateExecutor = updateShardHandler.getUpdateExecutor(); + zkController = cc.getZkController(); Review Comment: Removed useless zkController parameter in `sync`, access it from CoreContainer. -- 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. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org 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