-
Notifications
You must be signed in to change notification settings - Fork 4.1k
roachtest: exercise follower replica IO overload #81834
Copy link
Copy link
Closed
Labels
A-admission-controlC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-kvKV TeamKV Team
Description
See #79215.
We need a good reproduction for a situation in which a follower is overloaded via incoming raft messages. We need to set this up in a way that cleanly separates the effect of the overload on indirect foreground traffic (i.e. writes reaching the follower as part of quorum, but with the lease elsewhere) and direct overload (i.e. reads/writes for which the overloaded node holds the lease).
This can then be used to prototype improvements to the current behavior.
Jira issue: CRDB-16089
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-admission-controlC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-kvKV TeamKV Team