redpanda-data / redpanda

Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!
https://redpanda.com
9.41k stars 577 forks source link

raft: cluster-level recovery bandwidth control #1771

Open dotnwat opened 3 years ago

dotnwat commented 3 years ago

Recovery bandwidth control is enforced on a per node basis. However as a cluster-level resource network congestion is a concern. When recovery is active it would be beneficial to share bandwidth usage information between nodes with a goal of controlling recovery bandwidth for the entire cluster.

Related #1770

JIRA Link: CORE-674

dotnwat commented 2 years ago

I would expect that this (or something related) ends up being relevant.