>> Is there a way to disable snapshots when the Zookeeper process restarts?
Snapshot is a mandatory feature so there is no configuration option to
disable it afaik.

>>  is it safe to just comment zk.takeSnapshot()
This should work in theory, if there is no snapshot ZK will rely on
transaction log file for recovery. But I never tried it though.

On Thu, Mar 9, 2017 at 5:05 PM, Aishwarya Ganesan <[email protected]>
wrote:

> Hi all,
>
> Is there a way to disable snapshots when the Zookeeper process restarts?
> Setting snapCount to a large value doesn't help as Zookeeper takes
> a snapshot on startup.
>
> In order to achieve this, is it safe to just comment zk.takeSnapshot() in
> the code?
>
> Thanks,
> Aishwarya
>



-- 
Cheers
Michael.

Reply via email to