-
Notifications
You must be signed in to change notification settings - Fork 4.1k
kvserver: default admission.kv.pause_replication_io_threshold to a nonzero value #83920
Copy link
Copy link
Closed
Labels
A-kv-replicationRelating to Raft, consensus, and coordination.Relating to Raft, consensus, and coordination.C-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)
Description
Is your feature request related to a problem? Please describe.
The aforementioned cluster setting configures the functionality introduced in #83851. As is, the default disables pausing replication to followers.
Describe the solution you'd like
After additional verification, we should install a nonzero default value (strawman: 0.8) for this setting.
Describe alternatives you've considered
We could default the setting to zero in 22.2 and enable it only on-demand (i.e. in the presence of follower write overload).
Additional context
Jira issue: CRDB-17353
Epic CRDB-15069
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-kv-replicationRelating to Raft, consensus, and coordination.Relating to Raft, consensus, and coordination.C-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)