AnsibleShipyard / ansible-zookeeper

Ansible playbook for ZooKeeper
MIT License
95 stars 114 forks source link

Write ahead logs are written into /var/log by default which is surprising #90

Open Kaali opened 5 years ago

Kaali commented 5 years ago

By default Zookeeper writes WALs to dataDir, but this role puts them in /var/log. I propose having log_dir split into log_dir and data_log_dir to reduce confusion, and default data_log_dir to /var/lib/zookeeper