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 <[email protected]> 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
>
>

Reply via email to