cpoerschke commented on code in PR #1732:
URL: https://github.com/apache/solr/pull/1732#discussion_r1245206610


##########
solr/core/src/test/org/apache/solr/cloud/OverseerTest.java:
##########
@@ -1947,8 +1947,7 @@ private SolrCloudManager getCloudDataProvider(String 
zkAddress, SolrZkClient zkC
             .withConnectionTimeout(15000, TimeUnit.MILLISECONDS)
             .build();
     solrClients.add(client);
-    SolrClientCloudManager sccm =
-        new SolrClientCloudManager(new ZkDistributedQueueFactory(zkClient), 
client);
+    SolrClientCloudManager sccm = new SolrClientCloudManager(client);

Review Comment:
   minor: the `zkClient` argument for the method is unused now then



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to