cockroach icon indicating copy to clipboard operation
cockroach copied to clipboard

raft: migrate to send leader's commit index directly in heartbeat

Open lyang24 opened this issue 9 months ago • 2 comments

This is a follow up to d6da6c6 that allows raft leader to ignore checking match follower match index and sent its own commit index directly in heartbeat.

CockroachDB version gating infrastructure is added to raft struct to ensure no mixed heartheat behavior during cluster upgrade.

Epic: None

Release note: None

lyang24 avatar May 24 '24 05:05 lyang24