Github user markrmiller commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/486#discussion_r229525959
--- Diff:
solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java ---
@@ -265,10 +281,30 @@ public MiniSolrCloudCluster(int numServers, Path
baseDir, String solrXml, JettyC
solrClient = buildSolrClient();
}
- private void waitForAllNodes(int numServers, int timeout) throws
IOException, InterruptedException {
+ private void waitForAllNodes(int numServers, int timeoutSeconds) throws
IOException, InterruptedException {
--- End diff --
Cool, I'll add, as well as a note about how you don't need to use this
after starting the cluster with the builder - just when adding new jetties.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]