dsmiley commented on code in PR #2276: URL: https://github.com/apache/solr/pull/2276#discussion_r1592980298
########## solr/core/src/java/org/apache/solr/update/UpdateShardHandler.java: ########## @@ -133,16 +135,25 @@ public UpdateShardHandler(UpdateShardHandlerConfig cfg) { DistributedUpdateProcessor.DISTRIB_FROM, DistributingUpdateProcessorFactory.DISTRIB_UPDATE_PARAM); Http2SolrClient.Builder updateOnlyClientBuilder = new Http2SolrClient.Builder(); + Http2SolrClient.Builder recoveryOnlyClientBuilder = new Http2SolrClient.Builder(); Review Comment: @markrmiller do you recall why there are separate clients for "updateOnly" vs "recoveryOnly"? -- 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