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.

ZooKeeper configuration should have reasonable defaults

See original GitHub issue

Right now the docs are implying that if I don’t specify things like tickTime I’m going to have problems. We should have reasonable defaults for these things and allow them to be overridden by the user to avoid trouble with users unwittingly specifying a problematic configuration. The configs I’m worried about specifically are: ZOOKEEPER_SYNC_LIMIT, ZOOKEEPER_INIT_LIMIT, and ZOOKEEPER_TICK_TIME

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
arrawatiacommented, Aug 31, 2016

@cotedm 2000 is ZK’s internal default too. So, that works out 😃

0reactions
cotedmcommented, Aug 31, 2016

@arrawatia may want to consider adjusting tickTime to the 2000 default in CDH too since those defaults you’ve mentioned depend on that

Read more comments on GitHub >

github_iconTop Results From Across the Web

ZooKeeper Administrator's Guide
As a ZooKeeper serving cluster is highly reliable, this means that while the server may go down the cluster as a whole is...
Read more >
zookeeper server error: My id 4 not in the peer list
I have zookeeper quorum set to 3 - containing master + 2data nodes from hadoop. zoo.cfg list all those machines. And they have...
Read more >
Running ZooKeeper in Production - Confluent Documentation
Disk performance is vital to maintaining a healthy ZooKeeper cluster. Solid state drives (SSD) are highly recommended as ZooKeeper must have low latency...
Read more >
Exploring Apache ZooKeeper :: Part-1 - PolarSPARC
Following are the steps to install and setup Apache ZooKeeper on a Ubuntu 64-bit based Linux ... Creating with a reasonable default of...
Read more >
Configuring Kafka and ZooKeeper - D2iQ Docs
The default DC/OS Apache Kafka installation provides reasonable defaults for ... you would create a new Apache Kafka instance using the custom configuration...
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