evertrue / zookeeper-cookbook

Chef cookbook for installing and managing Zookeeper.
https://supermarket.chef.io/cookbooks/zookeeper
Apache License 2.0
81 stars 119 forks source link

zookeeper fails to start #171

Closed aktarali closed 8 years ago

aktarali commented 8 years ago

Hi Guys;

These params were missing from the attributes file: initLimit: 5, syncLimit: 2

When I added these, zookeeper started successfully. Is this an oversight?

jeffbyrnes commented 8 years ago

@aktarali might be an oversight from the days when this cookbook handled an Exhibitor + ZK installation, and Exhibitor would handle setting those values.

I’ll see about adding those sensible defaults in.