It would be helpful if you could share more details like,
1) zookeeper server version
2) send zoo.cfg configuration values
3) send server logs
4) Once auto purge is enabled, there will be a timer available for
scheduling the purge task. Please observe this timer thread status by taking
the thread dump. Timer - "PurgeTask"
-Rakesh
-----Original Message-----
From: Nilesh Chhapru [mailto:[email protected]]
Sent: 29 July 2015 11:48
To: [email protected]
Subject: Re: Remove data in ZooKeeper
Hi Rakesh,
I have a similar problem, but i have configured "autopurge.snapRetainCount and
autopurge.purgeInterval" in my zoo.cfg file still its isn't clearing.
Am i missing anything here, do we have to run any demon or anything.
Regards,
Nilesh Chhapru.
On Wednesday 29 July 2015 10:37 AM, Rakesh R wrote:
Yes, ZooKeeper has data directory cleanup facility, did you try this.
Reference:
http://zookeeper.apache.org/doc/r3.5.0-alpha/zookeeperAdmin.html#Ongoing+Data+Directory+Cleanup
-Rakesh
-----Original Message-----
From: Lee Eric [mailto:[email protected]]
Sent: 29 July 2015 09:29
To: [email protected]<mailto:[email protected]>
Subject: Remove data in ZooKeeper
Hi,
Is there any way to purge zookeeper data? I tried to remove snapshot files but
seems not working.
Thanks.
Hui