Answer Posted / Arpit Mishra
ZooKeeper leader election is the process of selecting a single leader from a group of candidates to manage a particular service. In ZooKeeper, the leader is elected by repeatedly checking for the existence of a znode and creating one if it does not exist.nThe first candidate to create the znode becomes the leader and other candidates will eventually learn about the new leader through the ZAB protocol.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category