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

2016-12-11 Thread Flavio Junqueira
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 wrote: > > Hello, > > > I'm developing a too to migrate the data from ZK cluster. But found that > copying the node with typ

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

2016-11-29 Thread Rakesh Radhakrishnan
Could you share more details about the problem you are facing while copying the node with type PERSISTENT_SEQUENTIAL. I'd prefer to fix those issues if possible, rather than doing work around. Rakesh On Tue, Nov 29, 2016 at 8:22 PM, Xie wrote: > Hello, > > > I'm developing a too to migrate the

How to determine if the node's type is PERSISTENT_SEQUENTIAL

2016-11-29 Thread Xie
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