You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@zookeeper.apache.org by Flavio Junqueira <fp...@apache.org> on 2016/12/11 14:42:14 UTC

Re: How to determine if the node's type is PERSISTENT_SEQUENTIAL

Hi Gang,

I wonder if in your scenario it would better to copy a snapshot file rather than trying to copy one znode at a time.

-Flavio

> On 29 Nov 2016, at 14:52, Xie <ga...@163.com> wrote:
> 
> Hello,
> 
> 
> I'm developing a too to migrate the data from ZK cluster. But found that copying the node with type PERSISTENT_SEQUENTIAL could be problem. So, I have to skip those nodes. But how can I get the this node type with API?
> 
> 
> 
> 
> Thanks,
> Gang