klwilson227 opened a new issue #9923: URL: https://github.com/apache/pulsar/issues/9923
Zookeeper leader elections are performed on non-SSL ports prior to zookeeper 3.5. In 3.5 zookeeper added support for running the leader elections on ssl and transitioning to SSL with zero downtime based configuration over a series of updates. sslQuorum and portUnification parameters need to be added to the zookeeper.conf file to support the transition and use of ssl based zookeeper leader elections. The default values should be false for both values. Once in place the existing configuration map, and apply-configuration-from-env.py should work as expected and produce a updated configuration as needed. See also: https://github.com/apache/zookeeper/blob/master/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md#upgrading-existing-non-tls-cluster-with-no-downtime ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
