From 2cee9f08a004d9ac14b41b10b4f8149530a5a07f Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:42:21 -0400 Subject: [PATCH] Add Zookeeper autopurge @72h --- roles/pvc/templates/zookeeper/zoo.cfg.j2 | 2 ++ 1 file changed, 2 insertions(+) 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 %}