leader lease
RU: leader lease
A time-bounded agreement among a Raft majority that the current leader remains the only leader for a fixed interval after receiving a quorum of heartbeat responses. During the lease window the leader can serve reads locally without exchanging a new round of heartbeats, reducing latency. Safety requires that clock drift across nodes is bounded; if clocks cannot be trusted, read requests fall back to quorum-confirmed reads.