Tagged articles
2 articles
Page 1 of 1
Architect's Tech Stack
Architect's Tech Stack
May 22, 2018 · Backend Development

Zookeeper Leader Election Mechanism: Concepts, Algorithms, and Implementation Details

This article explains Zookeeper's leader election mechanism, covering server identifiers, election states, vote structures, the two types of leader elections, the FastLeaderElection algorithm, quorum calculation, and the underlying network and queue components that enable reliable distributed consensus.

ConsensusFastLeaderElectionZooKeeper
0 likes · 21 min read
Zookeeper Leader Election Mechanism: Concepts, Algorithms, and Implementation Details
dbaplus Community
dbaplus Community
Jan 4, 2018 · Operations

Understanding ZooKeeper Architecture and FastLeaderElection: A Deep Dive

This article explains ZooKeeper's distributed coordination architecture, the ZAB consensus protocol, server roles, write and read workflows, FastLeaderElection mechanics, configurable election algorithms, and how ZooKeeper can be used to implement reliable distributed locks and leader election.

Distributed CoordinationFastLeaderElectionZAB
0 likes · 26 min read
Understanding ZooKeeper Architecture and FastLeaderElection: A Deep Dive