[ 
https://issues.apache.org/jira/browse/SOLR-16926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17753294#comment-17753294
 ] 

Houston Putman commented on SOLR-16926:
---------------------------------------

SOLR-16150 is affected because we don't want to use the bind address as the 
address blindly. We want to use the loopback address if the bind address is set 
to bind-all (0.0.0.0).

I'm pretty sure its safest to choose the IP address instead of the hostname, 
which was the original idea for SOLR-16150, so I'll go with that as well.

> Embedded ZK not reachable via docker
> ------------------------------------
>
>                 Key: SOLR-16926
>                 URL: https://issues.apache.org/jira/browse/SOLR-16926
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: Docker
>    Affects Versions: 9.0
>            Reporter: Amrit Sarkar
>            Priority: Critical
>
> Embedded ZK running within Solr docker image for v9.2.1 is not reachable.
> ZK running:
> {quote}2023-08-10 16:05:13.009 INFO  (main) [] o.a.s.c.SolrZkServer STARTING 
> EMBEDDED STANDALONE ZOOKEEPER SERVER at port 9983
> 2023-08-10 16:05:13.009 WARN  (main) [] o.a.s.c.SolrZkServer Embedded 
> Zookeeper is not recommended in production environments. See Reference Guide 
> for details.
> 2023-08-10 16:05:13.039 WARN  (embeddedZkServer) [] o.a.z.s.ServerCnxnFactory 
> maxCnxns is not configured, using default value 0.
> 2023-08-10 16:05:13.515 INFO  (main) [] o.a.s.c.ZkContainer Zookeeper 
> client=127.0.0.1:9983{quote}
> {{nc -vz localhost:9983}} works.
> {{echo ruok | nc localhost 9983}} does not work.



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

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

Reply via email to