Layman Terms: Quorom vs Ensemble

The ensemble is an array of nodes (or servers, if you like) that form your Distributed Computer Ecosystem.

Quorum is when things get interesting. On a specific assignment/job, Quorum ensures that a healthy leader-follower majority can be maintained. In other words, conduct that ensures that a majority vote can be obtained to proceed with an activity (e.g. commit/update/delete, etc.). In the Replication strategy, a quorum is a must to have.

Beautiful Example to explain Quorum and Ensemble:

1) In your company - there is a board formed by 5 directors (ensemble). |d1, d2, d3, d4, d5|—– BoD

2) Each director has equal say in each decision. But a majority of 3 directors at any time should agree on a project. If no majority is there, the company will be dysfunctional.

3) One a particular project, P1 - they randomly voted to have a majority of d1,d2,d3 to be decision makers in the project. but d4 and d5 are fully aware of what’s going on (so that they can step in anytime).

4) Now (God forbid), d3 passes away after a few months, again everyone agrees that the majority will be formed using d1,d2, and d4. d5 is still aware of what’s going on. Note that we only have 4 directors left.

5) Disaster strikes again. d5 leaves the company for another competitor. But that doesn’t change anything because the company is still functional with a 3-member BoD.

6) At any point another disaster strikes the BoD and any of the directors become “unavailable” - the company is dysfunctional i.e. we have lost the quorum forming criterion.

Zookeeper uses ceil(N/2) - 1 formula to get the maximum number of failures allowed for an Ensemble and maintain a stable quorum. In this case, the minimum recommended ensemble nodes are 3 (tolerates 1 failure maximum).

Looking for Data solutions for your business? We can help. Reach out at Contact@eucloid.com

Posted on : February 19, 2022

Category : Data Engineering

Tags : Distributed Systems Quorum Ensemble Stability Distributed Computing Zookeeper Majority Vote Replication Strategy Node Failures Resilience Distributed Database

About the Authors

Author
Raghvendra Kushwah

The author is a CEO and Co-Founder in Eucloid. For any queries, reach out to us at: contact@eucloid.com

LinkedIn LinkedIn