Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-9869

MiniSolrCloudCluster does not always remove jettys from running list after stopping them

    XMLWordPrintableJSON

Details

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

      Attachments

        1. SOLR-9869.patch
          7 kB
          Mike Drob
        2. SOLR-9869.patch
          3 kB
          Mike Drob

        Activity

          People

            romseygeek Alan Woodward
            mdrob Mike Drob
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated: