From 91509720ac9f822fc2fa4953fa24f0804e751415 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 5 Aug 2019 13:13:25 -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 %}