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

Consistently configure & start the ZooKeeper across all service systems #180

Closed jeffbyrnes closed 8 years ago

jeffbyrnes commented 8 years ago

Discovered a number of issues while debugging the Upstart script:

Solutions:

Fixes #179

jeffbyrnes commented 8 years ago

Don’t have any more cycles for this at the moment, I’ll try to circle back later this week or next week.

jeffbyrnes commented 8 years ago

Frustratingly, the SysV stuff works & tests well on a second convergence. Something about how it starts ZooKeeper means it can’t read/write fast enough to converge the zookeeper_node resources in the zookeeper_tester cookbook.

jeffbyrnes commented 8 years ago

Going to go ahead & merge this in; it’s at least as good as the current state of things for SysV, and a vast improvement for Upstart.