Github user romseygeek commented on a diff in the pull request:

    https://github.com/apache/lucene-solr/pull/32#discussion_r61541928
  
    --- Diff: 
solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java ---
    @@ -348,7 +358,13 @@ public JettySolrRunner stopJettySolrRunner(int index) 
throws Exception {
         return jetty;
       }
     
    -  protected JettySolrRunner startJettySolrRunner(JettySolrRunner jetty) 
throws Exception {
    +  /**
    +   * Add a previously stopped node back to the cluster
    +   * @param jetty a {@link JettySolrRunner} previously returned by {@link 
#stopJettySolrRunner(int)}
    +   * @return the started node
    +   * @throws Exception on error
    +   */
    +  public JettySolrRunner startJettySolrRunner(JettySolrRunner jetty) 
throws Exception {
    --- End diff --
    
    Yes, they're needed to ensure that the cluster is in the same state for all 
tests.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to