Re: Is there any tool to verify zookeeper snapshot file?

2019-10-31 Thread rammohan ganapavarapu
Thank you Andor,yes would be nice to have. On Thu, Oct 31, 2019, 2:54 AM Andor Molnar wrote: > Try SnapshotFormatter: > > > https://stackoverflow.com/questions/17894808/how-do-one-read-the-zookeeper-transaction-log > > We might need to have a SnapshotToolkit tool to verify snapshot files > simil

Re: Is there any tool to verify zookeeper snapshot file?

2019-10-31 Thread Andor Molnar
Try SnapshotFormatter: https://stackoverflow.com/questions/17894808/how-do-one-read-the-zookeeper-transaction-log We might need to have a SnapshotToolkit tool to verify snapshot files similar to TxnLogToolkit. Andor > On 2019. Oct 30., at 23:48, rammohan ganapavarapu > wrote: > > There ar

Re: Is there any tool to verify zookeeper snapshot file?

2019-10-30 Thread rammohan ganapavarapu
There are cases where zk will fail to start with invalid snapshot if snapshot file is corrupt or incomplete, i wanted to verify if the snapshot is not corrupt or complete before restore. Ram On Wed, Oct 30, 2019 at 2:25 PM Enrico Olivelli wrote: > Ram > > Il mer 30 ott 2019, 21:23 rammohan gan

Re: Is there any tool to verify zookeeper snapshot file?

2019-10-30 Thread Enrico Olivelli
Ram Il mer 30 ott 2019, 21:23 rammohan ganapavarapu ha scritto: > Hi, > > I am trying to see is there any tool available to verify the zk snapshot > file, any such thing exist? > What do you mean with 'verify'? To inspect the contents? Enrico > > Thanks, > Ram >

Is there any tool to verify zookeeper snapshot file?

2019-10-30 Thread rammohan ganapavarapu
Hi, I am trying to see is there any tool available to verify the zk snapshot file, any such thing exist? Thanks, Ram