Tag: Leader Election
Distributed Coordination in Practice
ZooKeeper offers primitive-level coordination; almost every distributed coordination need can be built from the combination of “ephemeral node + sequential node + Watcher”. Leader Election Each candidate creates an ephemeral sequential node under …
ZooKeeper offers primitive-level coordination; almost every distributed coordination need can be built from the combination of “ephemeral node + sequential node + Watcher”. Leader Election Each candidate creates an ephemeral sequential node under …