You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/08/13 13:38:43 UTC

[GitHub] [pulsar] andrekramer1 commented on issue #11070: Zookeeper in 3 node Kubernetes cluster does not pass heath check in 2.8.0

andrekramer1 commented on issue #11070:
URL: https://github.com/apache/pulsar/issues/11070#issuecomment-898464140


   Our chart does not have SSL enabled and I tried adding:
   PULSAR_EXTRA_OPTS: >
         -Dzookeeper.ssl.hostnameVerification=false
         -Dzookeeper.ssl.quorum.hostnameVerification=false
   But still failing on 3 node cluster. It's the same null reference exception. Possibly some startup race condition rather than SSL configuration?
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org