The command  only  support  3.8 version??3.7 not support???



发自我的iPhone


------------------ Original ------------------
From: Andor Molnar <an...@apache.org&gt;
Date: Mon,Mar 7,2022 5:10 PM
To: user <user@zookeeper.apache.org&gt;
Subject: Re: how use command deleteall option -b batch size??



Hi,

"-b" option is the batch size.
Here's the doc:
https://zookeeper.apache.org/doc/r3.8.0/zookeeperCLI.html

Looks like this option is not documented, but it's outlined in the
help:

deleteall path [-b batch size]

Regards,
Andor



On Wed, 2022-02-16 at 17:19 +0800, 一直以来 wrote:
&gt; create /acreate /a/b
&gt; create /a/b/c
&gt; create /a/b/c/d
&gt; 
&gt; 
&gt; i run:
&gt; deleteall /a -b 1
&gt; 
&gt; 
&gt; result:
&gt; /a and all subNode delete!!
&gt; 
&gt; 
&gt; so , -b option how use ?thank you !

Reply via email to