Re: Reaching the Sequntial limit

2010-01-05 Thread Patrick Hunt
Hi Ohad, this is a known issue, documented here http://hadoop.apache.org/zookeeper/docs/current/zookeeperProgrammers.html#Sequence+Nodes+--+Unique+Naming the plan is to mitigate when we move to version 4. Note that the seq number is "per znode", meaning that the value is not globally maintained.

Reaching the Sequntial limit

2010-01-05 Thread Ohad Ben Porat
Just to make sure, if I use the sequential flag and at some point will reach its limit of 99... ZK will assign the next new node with 00 correct? (assuming the first 00 node already been deleted from tree)