You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2017/11/15 09:07:06 UTC

[GitHub] daisy-ycguo commented on issue #2967: Question with ZOOKEEPER_HOST

daisy-ycguo commented on issue #2967: Question with ZOOKEEPER_HOST
URL: https://github.com/apache/incubator-openwhisk/issues/2967#issuecomment-344529622
 
 
   I deployed with a distributed Kafka and Zookeeper. I set ZOOKEEPER_HOST to zookeeper host and I set ZOOKEEPER_HOST_PORT to zookeeper port. But I got below error:
   ```
   [2017-11-14T09:09:52.637Z] [INFO] Opening socket connection to server zookeeper.openwhisk.svc.cluster.local/10.0.0.114:3888. Will not attempt to authenticate using SASL (unknown error)
   [2017-11-14T09:09:52.637Z] [WARN] Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect
   java.net.ConnectException: Connection refused
    at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
    at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
    at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
    at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1141)
   ```
   Am I missing any configures?

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