Known Issues in Apache ZooKeeper
This topic describes known issues and workarounds for using Zeppelin in this release of Cloudera Runtime.
- Zookeeper-client does not use ZooKeeper TLS/SSL automatically
-
The command-line tool ‘zookeeper-client’ is installed to all Cloudera Nodes and it can be used to start the default Java command line ZooKeeper client. However even when ZooKeeper TLS/SSL is enabled, the zookeeper-client command connects to localhost:2181, without using TLS/SSL.
- ZooKeeper cluster can be slow to start if QuorumSSL is enabled without QuorumSASL
-
QuorumSSL (Secure ZooKeeper) is enabled by default if AutoTLS is enabled. If QuorumSSL is enabled without QuorumSASL (Server to server SASL authentication), then the ZooKeeper cluster can be slow to start due to some known ZooKeeper limitations.