dsmiley commented on code in PR #2935: URL: https://github.com/apache/solr/pull/2935#discussion_r1924189617
########## solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java: ########## @@ -530,14 +530,14 @@ public JettySolrRunner stopJettySolrRunner(int index) throws Exception { } /** - * Add a previously stopped node back to the cluster + * Add a previously stopped node back to the cluster and reuse its port * * @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 { - jetty.start(false); + jetty.start(); Review Comment: I suspect the results of this could be subtle, and nobody would guess this JIRA/PR-title would have anything to do with this. Thus should be merged separately. What did you find that led you to incorporate this change into this PR? -- 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