You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Narendra Jadhav (Jira)" <ji...@apache.org> on 2020/07/15 10:09:00 UTC

[jira] [Created] (KAFKA-10275) Error bitnami -Unable to connect Kafka to zookeeper over SASL and SSL

Narendra Jadhav created KAFKA-10275:
---------------------------------------

             Summary: Error bitnami -Unable to connect Kafka to zookeeper over SASL and SSL 
                 Key: KAFKA-10275
                 URL: https://issues.apache.org/jira/browse/KAFKA-10275
             Project: Kafka
          Issue Type: Bug
            Reporter: Narendra Jadhav


We are using bitnami helm chart for dpeloying Kafka on kubernetes.

We are installing kafka along with zookper, we have enabled authentication for zookeper. once we enable authentication over SSL we get below error

 

ERROR Fatal error during KafkaServer startup. Prepare to shutdown (kafka.server.KafkaServer)
kafka.zookeeper.ZooKeeperClientTimeoutException: Timed out waiting for connection while in state: CONNECTING
 at kafka.zookeeper.ZooKeeperClient.$anonfun$waitUntilConnected$3(ZooKeeperClient.scala:262)
 at kafka.zookeeper.ZooKeeperClient.waitUntilConnected(ZooKeeperClient.scala:258)
 at kafka.zookeeper.ZooKeeperClient.<init>(ZooKeeperClient.scala:119)
 at kafka.zk.KafkaZkClient$.apply(KafkaZkClient.scala:1863)
 at kafka.server.KafkaServer.createZkClient$1(KafkaServer.scala:378)
 at kafka.server.KafkaServer.initZkClient(KafkaServer.scala:403)
 at kafka.server.KafkaServer.startup(KafkaServer.scala:210)
 at kafka.server.KafkaServerStartable.startup(KafkaServerStartable.scala:44)
 at kafka.Kafka$.main(Kafka.scala:82)
 at kafka.Kafka.main(Kafka.scala)
[2020-07-15 10:06:39,363] INFO shutting down (kafka.server.KafkaServer)
[2020-07-15 10:06:39,375] INFO shut down completed (kafka.server.KafkaServer)
[2020-07-15 10:06:39,375] ERROR Exiting Kafka. (kafka.server.KafkaServerStartable)
[2020-07-15 10:06:39,376] INFO shutting down (kafka.server.KafkaServer

 

Zookeper pods are up. but kafka pods are not coming up 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)