markrmiller commented on a change in pull request #214: URL: https://github.com/apache/solr/pull/214#discussion_r683080694
########## File path: solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java ########## @@ -212,7 +197,7 @@ public MiniSolrCloudCluster(int numServers, String hostContext, Path baseDir, St * @throws Exception if there was an error starting the cluster */ public MiniSolrCloudCluster(int numServers, Path baseDir, String solrXml, JettyConfig jettyConfig) throws Exception { - this(numServers, baseDir, solrXml, jettyConfig, null); + this(numServers, baseDir, solrXml, jettyConfig, null, false); Review comment: @sonatype-lift 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