epugh commented on code in PR #4762:
URL: https://github.com/apache/solr/pull/4762#discussion_r3820535510


##########
solr/core/src/java/org/apache/solr/cli/RunExampleTool.java:
##########
@@ -673,8 +671,8 @@ protected void runCloudExample(CommandLine cli) throws 
Exception {
 
   /** wait until the number of live nodes == numNodes. */
   protected void waitToSeeLiveNodes(String zkHost, int numNodes) {
-    try (CloudSolrClient cloudClient =
-        new CloudSolrClient.Builder(List.of(zkHost), 
Optional.empty()).build()) {
+    // honours a chroot inside zkHost, e.g. zk1:2181/solr

Review Comment:
   I happen to like the spelling as well ;-).    I like to paint my armour 
using colours ;-)



-- 
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