kow3ns / kubernetes-zookeeper

This project contains tools to facilitate the deployment of Apache ZooKeeper on Kubernetes.
https://kow3ns.github.io/kubernetes-zookeeper/
Apache License 2.0
145 stars 175 forks source link

Typo in start-zookeeper script #12

Open pradeepnnv opened 6 years ago

pradeepnnv commented 6 years ago

Script kubernetes-zookeeper/docker/scripts/start-zookeeper has a typo at line 200. Current value: echo "autopurge.purgeInteval=$PURGE_INTERVAL" >> $CONFIG_FILE

It should be purgeInterval.

Due to this, ZK is not purging older data log files & snapshots

pradeepnnv commented 5 years ago

Issue seems to have been fixed in https://github.com/kow3ns/kubernetes-zookeeper/pull/7 but it's not reviewed and merged yet.

victor-momo commented 3 years ago

@kow3ns the pull request #7 looks good, any reason why not to merge it ?

Many thanks in advance.