You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the way merge-split compaction works, each compactor instance can put significant pressure on the network, especially if the number of compaction shards is high. To mitigate this, we should implement traffic shaping. We already have an option to limit the concurrency (compactor.block-sync-concurrency, which is set to 8 by default), but this isn't helpful – regardless of the number of concurrent threads, 100% of the network is utilized
The text was updated successfully, but these errors were encountered:
Due to the way merge-split compaction works, each compactor instance can put significant pressure on the network, especially if the number of compaction shards is high. To mitigate this, we should implement traffic shaping. We already have an option to limit the concurrency (
compactor.block-sync-concurrency
, which is set to 8 by default), but this isn't helpful – regardless of the number of concurrent threads, 100% of the network is utilizedThe text was updated successfully, but these errors were encountered: