cockroachdb / cockroachdb/cockroach
server: allow configured store bandwidth to be adjusted without process restart
Open
A-kv
A-storage
C-enhancement
P-3
T-storage
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
Restarts are costly, but store flags can't be adjusted on the fly. In particular, on most clouds, the provisioned throughput of a volume can be changed on-the-fly, which would necessitate an update to the store flag for the provisioned throughput (assuming the cluster is heterogeneous, the cluster setting that sets the throughput for all volumes cannot be used).
Epic: CRDB-48087
Jira issue: CRDB-57630
Contributor guide
Assessment
This issue has not been assessed yet.