You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@zookeeper.apache.org by Donna Li <do...@utstar.com> on 2011/06/20 04:44:31 UTC

sequence node count

All:

 

The counter used to store the next sequence number is ansigned int
(4bytes) maintained by the parent node, the counter will overflow when
incremented beyond 2147483647 (resulting in a name "<path>-2147483647").
When the overflow event happens, will the subsequence node be
"<path>-2147483646", "<path>-2147483645"....? Is there anyway to clear
the parent node sequence number to zero?

 

 

Best Regards

Donna li


Re: sequence node count

Posted by Andrei Savu <sa...@gmail.com>.
I'm not sure if this is the only way but it seems like you can get the
desired behavior by removing and recreating the node.

Cheers,

-- Andrei Savu / andreisavu.ro

On Mon, Jun 20, 2011 at 5:44 AM, Donna Li <do...@utstar.com> wrote:
> All:
>
>
>
> The counter used to store the next sequence number is ansigned int
> (4bytes) maintained by the parent node, the counter will overflow when
> incremented beyond 2147483647 (resulting in a name "<path>-2147483647").
> When the overflow event happens, will the subsequence node be
> "<path>-2147483646", "<path>-2147483645"....? Is there anyway to clear
> the parent node sequence number to zero?
>
>
>
>
>
> Best Regards
>
> Donna li
>
>