Mark Miller created SOLR-13772:
----------------------------------

             Summary: You can only safely use one MiniSolrCloudCluster in a JVM.
                 Key: SOLR-13772
                 URL: https://issues.apache.org/jira/browse/SOLR-13772
             Project: Solr
          Issue Type: Bug
      Security Level: Public (Default Security Level. Issues are Public)
          Components: Tests
            Reporter: Mark Miller


This is because it will also start a zkServer for you and then use the zkHost 
system property to tell the Solr instances about it. The system property is 
universal though and with more than one mini cluster there will be more than 
one zkHost.

We should allow setting zkHost via corecontainer proper as well and free mini 
cluster from it's static hell.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to