Leader and Follower Flashcards
(3 cards)
1
Q
What’s a problem that introducing a quorum can cause?
A
Availability, as it requires multiple instances or nodes (to constitute a quorum) to be available instead of just one.
2
Q
What solves the availability problem in a quorum?
A
Using a leader-follower pattern where a single server (leader) is responsible for replicating data and coordinating work.
3
Q
What roles do the followers play within a leader-follower pattern?
A
Followers will only accept writes from the leader and serve as backups (during failure, a follower will be elected as leader).