Hi, I am trying to deploy quickstart pinot helmcha...
# getting-started
p
Hi, I am trying to deploy quickstart pinot helmchart on kubernetes cluster and getting connection timeout from Controller
anyone come across this issue
also wanted to check if zookeeper has authentication how do we pass the username and password in controller.conf
Copy code
2023/03/03 23:52:45.710 INFO [StartServiceManagerCommand] [main] Starting a Pinot [CONTROLLER] at 10.595s since launch
2023/03/03 23:53:50.222 ERROR [StartServiceManagerCommand] [main] Failed to start a Pinot [CONTROLLER] at 75.106 since launch
org.apache.helix.zookeeper.zkclient.exception.ZkTimeoutException: Unable to connect to zookeeper server within timeout: 60000
	at org.apache.helix.zookeeper.zkclient.ZkClient.connect(ZkClient.java:2533) ~[pinot-all-0.13.0-SNAPSHOT-jar-with-dependencies.jar:0.13.0-SNAPSHOT-d63508d4b81fe99b5d5e0a8b53f580cb82d6af88]
	at org.apache.helix.zookeeper.zkclient.ZkClient.<init>(ZkClient.java:243) ~[pinot-all-0.13.0-SNAPSHOT-jar-with-dependencies.jar:0.13.0-SNAPSHOT-d63508d4b81fe99b5d5e0a8b53f580cb82d6af88]
	at org.apache.helix.zookeeper.impl.client.ZkClient.<init>(ZkClient.java:93) ~[pinot-all-0.13.0-SNAPSHOT-jar-with-dependencies.jar:0.13.0-SNAPSHOT-d63508d4b81fe99b5d5e0a8b53f580cb82d6af88]
	at org.apache.helix.zookeeper.impl.client.ZkClient$Builder.build(ZkClient.java:273) ~[pinot-all-0.13.0-SNAPSHOT-jar-with-dependencies.jar:0.13.0-SNAPSHOT-d63508d4b81fe99b5d5e0a8b53f580cb82d6af88]
	at org.apache.pinot.common.utils.ServiceStartableUtils.applyClusterConfig(ServiceStartableUtils.java:61) ~[pinot-all-0.13.0-SNAPSHOT-jar-with-dependencies.jar:0.13.0-SNAPSHOT-d63508d4b81fe99b5d5e0a8b53f580cb82d6af88]
	at org.apache.pinot.controller.BaseControllerStarter.init(BaseControllerStarter.java:179) ~[pinot-all-0.13.0-SNAPSHOT-jar-with-dependencies.jar:0.13.0-SNAPSHOT-d63508d4b81fe99b5d5e0a8b53f580cb82d6af88]
	at org.apache.pinot.tools.service.PinotServiceManager.startController(PinotServiceManager.java:117) ~[pinot-all-0.13.0-SNAPSHOT-jar-with-dependencies.jar:0.13.0-SNAPSHOT-d63508d4b81fe99b5d5e0a8b53f580cb82d6af88]
	at org.apache.pinot.tools.service.PinotServiceManager.startRole(PinotServiceManager.java:87) ~[pinot-all-0.13.0-SNAPSHOT-jar-with-dependencies.jar:0.13.0-SNAPSHOT-d63508d4b81fe99b5d5e0a8b53f580cb82d6af88]
	at org.apache.pinot.tools.admin.command.StartServiceManagerCommand.lambda$startBootstrapServices$0(StartServiceManagerCommand.java:251) ~[pinot-all-0.13.0-SNAPSHOT-jar-with-dependencies.jar:0.13.0-SNAPSHOT-d63508d4b81fe99b5d5e0a8b53f580cb82d6af88]
Issue was due to a ACL at my end. Resolved it now
👍 1