You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Mark Miller (Jira)" <ji...@apache.org> on 2019/09/17 16:02:00 UTC

[jira] [Created] (SOLR-13772) You can only safely use one MiniSolrCloudCluster in a JVM.

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-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org