Details
-
Test
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
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.