You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@zookeeper.apache.org by Nicolas Bock <ni...@suse.com> on 2018/06/28 13:54:19 UTC

What does `quorumListenOnAllIPs` really do?

Hi,

I am trying to understand what the configuration option 
`quorumListenOnAllIPs` does. The option description [1] says 
that when enabled (true) ZooKeeper will listen on "all 
available IP addresses", but that it listens for connections 
from "only the address configured in the server list of the 
configuration file" if disabled (false). What does that 
mean? 

In the disabled state, does a ZooKeeper instance allow only 
connections that originate from an IP address that is in the 
server list? Or on the interface that has an IP address that 
is a member of the server list? 

Thanks already!

Nick

[1] https://zookeeper.apache.org/doc/r3.4.12/zookeeperAdmin.html#sc_authOptions