ZooKeeper configuration should have reasonable defaults
See original GitHub issueRight 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:
- Created 7 years ago
- Comments:6 (6 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@cotedm
2000
is ZK’s internal default too. So, that works out 😃@arrawatia may want to consider adjusting
tickTime
to the 2000 default in CDH too since those defaults you’ve mentioned depend on that