Re: Sessions Expire due to Network partitioning in Zookeeper

2017-03-05 Thread Rakesh Radhakrishnan
Sorry, it was a busy weekend for me. I hope the following will give more clarity. (1) Client connected to a server and sends heartbeat periodically Send pings 1/3 the session timeout https://github.com/apache/zookeeper/blob/branch-3.4/src/c/src/zookeeper.c#L1675 In your case,

Re: Sessions Expire due to Network partitioning in Zookeeper

2017-03-05 Thread Tharindu Kumara
Hi Rakesh, Any updates on this? Is this a bug or an expected situation? Thanks On Fri, Mar 3, 2017 at 10:49 AM, Tharindu Kumara wrote: > Hi Rakesh, > > I have made a small mistake in the above email. > For client's session timeout I have used 2ms not 45000ms.

Future works and research areas of ZooKeeper

2017-03-05 Thread Amith Chinthaka
Hi, I'm a Master of Computer Science student of University of Colombo School of Computing, Sri Lanka. We are currently using ZooKeeper to build a fault tolerance system to detect failures and fail-over critical processes of a distributed system. And also, I'm looking for an interesting