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


##########
dev-tools/scripts/cloud.sh:
##########
@@ -341,7 +341,7 @@ start(){
     -Dsolr.solrxml.location=zookeeper -Dsolr.log.dir=$CLUSTER_WD_FULL/n${i} 
$JVM_ARGS")
     FINAL_COMMAND="${SOLR}/bin/solr ${argsArray[@]}"
     echo ${FINAL_COMMAND}
-    ${SOLR}/bin/solr "${argsArray[@]}"
+    ${SOLR}/bin/solr start "${argsArray[@]}"

Review Comment:
   @gus-asf I think this is the fix, but I couldn't test the script as I don't 
have a local ZK setup...   Can you confirm it?



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

Reply via email to