From commits-return-13939-archive-asf-public=cust-asf.ponee.io@pulsar.incubator.apache.org Wed Sep 5 20:38:37 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id DB71E180672 for ; Wed, 5 Sep 2018 20:38:36 +0200 (CEST) Received: (qmail 20310 invoked by uid 500); 5 Sep 2018 18:38:36 -0000 Mailing-List: contact commits-help@pulsar.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pulsar.incubator.apache.org Delivered-To: mailing list commits@pulsar.incubator.apache.org Received: (qmail 20301 invoked by uid 99); 5 Sep 2018 18:38:36 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Sep 2018 18:38:36 +0000 From: GitBox To: commits@pulsar.apache.org Subject: [GitHub] vli02 opened a new issue #2522: Wrong zookeeper server names are used in zookeeper helm charts. Message-ID: <153617271546.15154.14763091367105748388.gitbox@gitbox.apache.org> Date: Wed, 05 Sep 2018 18:38:35 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit vli02 opened a new issue #2522: Wrong zookeeper server names are used in zookeeper helm charts. URL: https://github.com/apache/incubator-pulsar/issues/2522 #### Expected behavior By using kubernetes/helm deployment, expect zookeeper to start successfully and the other services can connect to zookeeper correctly. #### Actual behavior zookeeper did not config and start successfully: ``` "04:11:45.058 [main] INFO org.apache.pulsar.zookeeper.ZooKeeperStarter - Starting ZK stats HTTP server at port 8000" "04:11:45.080 [main] INFO org.eclipse.jetty.util.log - Logging initialized @1887ms" "04:11:45.158 [main] INFO org.eclipse.jetty.server.Server - jetty-9.3.11.v20160721" "04:11:45.201 [main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@7ac2e39b{/,null,AVAILABLE}" "04:11:45.222 [main] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@1a45193b{HTTP/1.1,[http/1.1]}{0.0.0.0:8000}" "04:11:45.223 [main] INFO org.eclipse.jetty.server.Server - Started @2031ms" "04:11:45.228 [main] INFO org.apache.zookeeper.server.quorum.QuorumPeerConfig - Reading configuration from: /pulsar/conf/zookeeper.conf" "04:11:45.230 [main] WARN org.apache.zookeeper.server.quorum.QuorumPeerConfig - data/zookeeper is relative. Prepend ./ to indicate that you're sure!" "04:11:45.230 [main] INFO org.apache.zookeeper.server.quorum.QuorumPeerConfig - clientPortAddress is 0.0.0.0/0.0.0.0:2181" "04:11:45.230 [main] INFO org.apache.zookeeper.server.quorum.QuorumPeerConfig - secureClientPort is not set" "04:11:45.262 [main] ERROR org.apache.zookeeper.server.quorum.QuorumPeerMain - Invalid config, exiting abnormally" ``` #### Steps to reproduce ``` cd deployment/kubernetes/helm helm package pulsar helm install --name pulsar ``` #### System configuration **Pulsar version**: 2.1 and latest on master ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services