Open sumeerbhola opened 2 years ago
We should remember to also extend the disk bandwidth control to encompass disk writes of sstables due to incoming range snapshots.
As a part of online restore, we'll need admission control to control downloading of external sstables so that we can download as fast as we can without affecting foreground workload latencies.
@aadityasondhi @nicktrav Is this in progress or done or still in backlog? If it is in progress or done, can we update the status?
The functionality should be complete as of https://github.com/cockroachdb/cockroach/pull/129005.
The remaining work would be to:
The enable part means setting the cluster setting or store config flags for the provisioned bandwidth.
Followup to #82898 which created the basic infrastructure, configuration scheme, and did experimentation with regular and elastic kv0 traffic.
cc: @irfansharif @andrewbaptist
Jira issue: CRDB-18968
Epic: CRDB-37479