Mike Drob created SOLR-9869: ------------------------------- Summary: MiniSolrCloudCluster does not always remove jettys from running list after stopping them Key: SOLR-9869 URL: https://issues.apache.org/jira/browse/SOLR-9869 Project: Solr Issue Type: Test Security Level: Public (Default Security Level. Issues are Public) Components: Tests Reporter: Mike Drob
MiniSolrCloudCluster has two {{stopJettySolrRunner}} methods that behave differently. The {{int}} version calls {{jettys.remove(index);}} to remove the now stopped jetty from the list of running jettys. The version that takes a {{JettySolrRunner}}, however, does not modify the running list. This can cause calls to {{getReplicaJetty}} to fail after a call to {{stop}} because we will try to get the base url of a stopped jetty. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org