storage: Priority for load-based rebalancing #34747
Labels
A-kv-distribution
Relating to rebalancing and leasing.
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Replica snapshots currently use two priority buckets: recovery (for ranges below their target for live nodes) and rebalance (for all other moves). These are rate-limited to 8MB/s and 2MB/s respectively. Load-based rebalancing should be prioritized higher than count-based rebalancing, and probably use the higher "recovery" rate limit. (within the bucket we can further prioritize based on the degree of imbalance)
The text was updated successfully, but these errors were encountered: