stillalex commented on code in PR #1253: URL: https://github.com/apache/solr/pull/1253#discussion_r1058496493
########## solr/core/src/java/org/apache/solr/update/UpdateShardHandler.java: ########## @@ -138,19 +138,19 @@ public UpdateShardHandler(UpdateShardHandlerConfig cfg) { HttpClientUtil.createClient( clientParams, defaultConnectionManager, false, httpRequestExecutor); + Set<String> queryParams = new HashSet<>(2); + queryParams.add(DistributedUpdateProcessor.DISTRIB_FROM); + queryParams.add(DistributingUpdateProcessorFactory.DISTRIB_UPDATE_PARAM); Review Comment: Could this block be queryParams = Set.of(...); -- 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