Logo
Pattern

Discover published sets by community

Explore tens of thousands of sets crafted by our community.

Raft Consensus Algorithm

10

Flashcards

0/10

Still learning
StarStarStarStar

Log Entry

StarStarStarStar

An individual record within the Raft log, which consists of a command for the state machine, and term number.

StarStarStarStar

Candidate

StarStarStarStar

A node that is vying to become the leader during an election period.

StarStarStarStar

Term

StarStarStarStar

A logical time unit in Raft during which a leader may be established.

StarStarStarStar

Log Replication

StarStarStarStar

The process of sharing and synchronizing log entries among all Raft nodes.

StarStarStarStar

RequestVote RPC

StarStarStarStar

A request sent by candidates to other nodes to ask for their votes during elections.

StarStarStarStar

Follower

StarStarStarStar

A node that is not a leader; follows leader directions for the log entries and elections.

StarStarStarStar

Commit Index

StarStarStarStar

A network-wide, replicated state indicating the highest log entry known to be committed.

StarStarStarStar

AppendEntries RPC

StarStarStarStar

Remote procedure call used by the leader to replicate log entries and to serve as a heartbeat.

StarStarStarStar

Heartbeat Mechanism

StarStarStarStar

Used by the leader to signal that it's alive and to prevent new elections.

StarStarStarStar

Leader Election

StarStarStarStar

A period where a new leader is chosen amongst the nodes in case the current leader fails or during startup.

Know
0
Still learning
Click to flip
Know
0
Logo

© Hypatia.Tech. 2024 All rights reserved.