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
{{ message }}
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
On an idling cluster running v0.21.5 with one validator offline, solana show-block-production -v shows that typically the leader following the offline validator misses two slots while it waits for the offline leader to timeout:
We can also test if the previous leader (2te46rxywMdCNdkvjumiBBPQoVczJFxhxEaxFavQNqe3 in example above) has not transmitted any data in its leader slots. If so, the grace ticks can be ignored by the next leader. This will remove any delays due to missing nodes.
On an idling cluster running v0.21.5 with one validator offline,
solana show-block-production -v
shows that typically the leader following the offline validator misses two slots while it waits for the offline leader to timeout:Consider reducing grace ticks?
The text was updated successfully, but these errors were encountered: