Re: [Zookeeper-user] Does ZooKeeper includes Paxos ?

2008-06-10 Thread Flavio Junqueira
Ben and I were discussing this thread, so we ended up writing a reply together. This is an interesting discussion indeed, and we appreciate your interest in learning more about the implementation of zookeeper. Here is another attempt to explain you the differences between our algorithm and

Re: [Zookeeper-user] Lost connection

2008-06-26 Thread Flavio Junqueira
Hi Martin, Have you observed any session expiration in your logs? What is the value of tickTime you are using? -Flavio - Original Message From: Martin Schaaf [EMAIL PROTECTED] To: zookeeper-user@lists.sourceforge.net Sent: Thursday, June 26, 2008 12:05:21 PM Subject: [Zookeeper-user]

Re: [Zookeeper-user] Leader election

2008-07-11 Thread Flavio Junqueira
Hi Avinash, getChildren returns a list in lexicographic order, so if you are updating the children of the election node concurrently, then you may get a different first node with different clients. If you are using the sequence flag to create nodes, then you may consider stripping the prefix of