You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Henrik (Jira)" <ji...@apache.org> on 2022/10/18 10:05:00 UTC

[jira] [Created] (SOLR-16471) Impossible to set bind host for Embedded Zookeeper in Solr9 docker image

Henrik created SOLR-16471:
-----------------------------

             Summary: Impossible to set bind host for Embedded Zookeeper in Solr9 docker image
                 Key: SOLR-16471
                 URL: https://issues.apache.org/jira/browse/SOLR-16471
             Project: Solr
          Issue Type: Bug
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Henrik


Solr 9 switched clientPortAddress in solr/server/solr/zoo.cf from 0.0.0.0 to 127.0.0.1. When using the solr9 docker images it is impossible to override this value:
 * The file is owned by root and cannot be overwritten
 * The ZOOCFG and ZOOCFGDIR environment variables aren't read by solr/core/src/java/org/apache/solr/cloud/SolrZkServer.java

The only workaround I have found is to duplicate solr's Dockerfile and build an alternative solr9 docker image.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org