---
answer: direct
beat: system-design
source: 1 article · updated: August 7, 2026
---

What are terms and election timeouts in Raft?

Terms are monotonically increasing logical clocks that mark election rounds. When a leader fails, followers detect it via heartbeat timeout (a randomized interval). Any follower can become a candidate and request votes for the new term, forcing stale leaders to step down.

Answered in

Why Raft Consensus Prevents Split-Brain

Raft ensures only one partition can reach quorum, making split-brain impossible. Writes commit to majorities. Powers etcd and CockroachDB.

Crashtech Editorial August 7, 2026 System Design

Read the full analysis

Other questions this article answers

More system design questions

Every answer on Crashtech is written by the editor of the article it comes from — never auto-summarised. Browse all answers or the System Design beat.