You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Mike Drob (JIRA)" <ji...@apache.org> on 2016/12/15 21:46:58 UTC

[jira] [Updated] (SOLR-9869) MiniSolrCloudCluster does not always remove jettys from running list after stopping them

     [ https://issues.apache.org/jira/browse/SOLR-9869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Drob updated SOLR-9869:
----------------------------
    Attachment: SOLR-9869.patch

Patch available.

> 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
>         Attachments: SOLR-9869.patch
>
>
> 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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org