evertrue / zookeeper-cookbook

Chef cookbook for installing and managing Zookeeper.

Home Page:https://supermarket.chef.io/cookbooks/zookeeper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zookeeper fails to start

aktarali opened this issue · comments

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?

@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.