zookeeper
zookeeper copied to clipboard
ZOOKEEPER-4819 Fix can't seek for writable tls server if connected to readonly server
ClientCnxn::pingRwServer uses raw socket to issue "isro" 4lw command. This results in unsuccessful handshake to tls server. Use SSLSocket when zookeeper.client.secure is set to true.
associated jira issue ZOOKEEPER-4819