diff --git a/roles/pvc/templates/zookeeper/zoo.cfg.j2 b/roles/pvc/templates/zookeeper/zoo.cfg.j2 index 1326781..7c7a61f 100644 --- a/roles/pvc/templates/zookeeper/zoo.cfg.j2 +++ b/roles/pvc/templates/zookeeper/zoo.cfg.j2 @@ -6,6 +6,8 @@ initLimit=10 syncLimit=5 dataDir=/var/lib/zookeeper +autopurge.purgeInterval=72 + clientPort=2181 {% for node in pvc_nodes if node.is_coordinator %}