cockroach icon indicating copy to clipboard operation
cockroach copied to clipboard

rac2: [dnm] implement handle raft event

Open kvoli opened this issue 6 months ago • 1 comments

This commit implements HandleRaftEvent on the RangeController. When HandleRaftEvent is called by the Processor on the leader, the RangeController will perform local replica state management for the range and potentially return tokens if admitted has advanced. Additionally, any entries will subject to admission control will have corresponding tokens deducted and tracked.

Resolves: #129668 Release note: None

kvoli avatar Aug 27 '24 21:08 kvoli