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
dshulyak
changed the title
increase beacon rounds durations and introduce small jitter to spread traffic spikes
increase beacon rounds durations and introduce jitter to reduce traffic spikes
Sep 8, 2023
## Motivation
disable beacon protocol until #4989 and #4583 are fixed
## Changes
set RoundsNumber == 0 to disable beacon protocol and not listen to beacon gossip
## TODO
- [x] Update [changelog](../CHANGELOG.md) as needed
- [x] test on devnet-406-short
## Motivation
disable beacon protocol until #4989 and #4583 are fixed
## Changes
set RoundsNumber == 0 to disable beacon protocol and not listen to beacon gossip
## TODO
- [x] Update [changelog](../CHANGELOG.md) as needed
- [x] test on devnet-406-short
beacon protocol total communication complexity is not bounded, and grows with the total number of activations registered in the epoch.
in latest epoch on mainnet with 16K activations traffic reached levels of hare (hare purple, beacon follow up votes orange).
while hare is bounded, and soon will be solved by hare3 - beacon grows is expected to continue.
The text was updated successfully, but these errors were encountered: