Re: Zookeeper - Network partitioning behaviour

2016-10-06 Thread Imesha Sudasingha
Hi Rakesh, Thanks for your great explanation. That is what I wanted to know. Regards, Imesha Sudasingha On 6 October 2016 at 12:25, Rakesh Radhakrishnan wrote: > Hi Imesha Sudasingha, > > For example, we have A,B,C,D,E five servers, that formed quorum and assume > A is the Leader. Again assum

Re: Zookeeper - Network partitioning behaviour

2016-10-05 Thread Rakesh Radhakrishnan
Hi Imesha Sudasingha, For example, we have A,B,C,D,E five servers, that formed quorum and assume A is the Leader. Again assume network partition happened between A,B(minority region) and C,D,E. As we know, 3 is the majority factor to form quorum. Since Leader A is in the minority region, the ent

Recall: EXTERNAL: Zookeeper - Network partitioning behaviour

2016-10-05 Thread Daly, Jeff
Daly, Jeff (US) would like to recall the message, "EXTERNAL: Zookeeper - Network partitioning behaviour".

RE: EXTERNAL: Zookeeper - Network partitioning behaviour

2016-10-05 Thread Daly, Jeff
-Original Message- From: Imesha Sudasingha [mailto:imesha...@cse.mrt.ac.lk] Sent: Wednesday, October 05, 2016 9:10 AM To: user@zookeeper.apache.org Subject: EXTERNAL: Zookeeper - Network partitioning behaviour Hi all, When I was going through zookeeper, I noticed the following

RE: EXTERNAL: Zookeeper - Network partitioning behaviour

2016-10-05 Thread Daly, Jeff
410-379-2411 -Original Message- From: Imesha Sudasingha [mailto:imesha...@cse.mrt.ac.lk] Sent: Wednesday, October 05, 2016 9:10 AM To: user@zookeeper.apache.org Subject: EXTERNAL: Zookeeper - Network partitioning behaviour Hi all, When I was going through zookeeper, I noticed the

Zookeeper - Network partitioning behaviour

2016-10-05 Thread Imesha Sudasingha
Hi all, When I was going through zookeeper, I noticed the following scenarios, - Suppose we have a 5 member quorum operating as normal. In a network partitioning where the leader and a member node goes into one partition and other 3 nodes get into the other network partition. I known the