markrmiller commented on a change in pull request #214: URL: https://github.com/apache/solr/pull/214#discussion_r683080004
########## File path: solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java ########## @@ -227,8 +212,8 @@ public MiniSolrCloudCluster(int numServers, Path baseDir, String solrXml, JettyC * @throws Exception if there was an error starting the cluster */ public MiniSolrCloudCluster(int numServers, Path baseDir, String solrXml, JettyConfig jettyConfig, - ZkTestServer zkTestServer) throws Exception { - this(numServers, baseDir, solrXml, jettyConfig, zkTestServer, Optional.empty()); + ZkTestServer zkTestServer, boolean formatZkServer) throws Exception { + this(numServers, baseDir, solrXml, jettyConfig, zkTestServer, Optional.empty(), formatZkServer); Review comment: ignore -- 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