question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Please help zookeeper configuration

See original GitHub issue

Need help We are getting this error Failure(ChannelException at remote address: localhost/127.0.0.1:8080. Remote Info: Not Available, flags=0x05) with RemoteInfo -> Upstream Address: Not Available, Upstream id: Not Available, Downstream Address: localhost/127.0.0.1:8080, Downstream label: interpreter/io.l5d.namerd.http, Trace Id: fe1fcc03bcbd8ac3.831475bc361b6de9<:fe1fcc03bcbd8ac3

My Configuration is:

admin:
    port: 9990
    ip: 0.0.0.0

namers:
- kind: io.l5d.zkLeader
  zkAddrs:
  - host: 192.168.0.90
    port: 2181

routers:
- protocol: http
  interpreter:
    kind: io.l5d.namerd.http
    dst: /$/inet/localhost/8080
    experimental: true
    transformers:
    - kind: io.l5d.port
      port: 8080
  announcers:
  - kind: io.l5d.serversets
    zkAddrs:
    - host: 192.168.0.90
      port: 2181
    pathPrefix: /icx
  dtab: |
   /svc => /#/io.l5d.serversets/arpit;
  httpAccessLog: logs/access.log
  label: int
  servers:
  - port: 4140
    ip: 0.0.0.0
    announce:
     - /#/io.l5d.serversets/arpit

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:19 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
dhruvgupta08commented, Aug 9, 2018

@dadjeibaah and @adleong thank you guys for helping us in setting up the environment. We have successfully implemented our system using linkerd and zookeeper. Thanks a lot.

0reactions
adleongcommented, Aug 9, 2018

Yay! Way to go!

Read more comments on GitHub >

github_iconTop Results From Across the Web

ZooKeeper Getting Started Guide
This document contains information to get you started quickly with ZooKeeper. It is aimed primarily at developers hoping to try it out, and...
Read more >
How To Install and Configure an Apache ZooKeeper Cluster ...
First, you will create a standalone installation of a single-node ZooKeeper server and then add in details for setting up a multi-node cluster....
Read more >
Zookeeper configuration, please help - Dremio Community
Hi everyone I am making a cluster, but i am having trouble visualizing the executor nodes. I can only see the coordinator node...
Read more >
Zookeeper not starting after enabling Kerberos
I have setup a cluster with CDP 7.0.3 with few services. When I try to enable Kerberos zookeeper is not starting with SASL...
Read more >
Newest 'apache-zookeeper' Questions - Stack Overflow
Apache ZooKeeper is a distributed service that provides configuration information storage, naming, ... Please help me to complete Nifi cluster setup.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found