Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

solana-validator monitor how displays slot and gossip stake % while waiting for supermajority #27055

Merged
merged 1 commit into from
Aug 10, 2022

Conversation

mvines
Copy link
Member

@mvines mvines commented Aug 10, 2022

On a restart, validators need to pour over logs and run rpc to:

  1. Ensure their node is waiting for supermajority at the right slot
  2. Monitor the gossip stake percentage

Extend solana-validator monitor to remove this annoyance.

Old, static status:

$ solana-validator monitor
Ledger location: ledger
⠤ Validator startup: WaitingForSupermajority...

New, dynamic status:

$ solana-validator monitor
Ledger location: ledger
⠒ Validator startup: WaitingForSupermajority { slot: 144871251, gossip_stake_percent: 54 }...

@mvines mvines added the v1.11 label Aug 10, 2022
@mvines
Copy link
Member Author

mvines commented Aug 10, 2022

CI failure is unrelated

@mvines mvines merged commit 4e79d78 into solana-labs:master Aug 10, 2022
@mvines mvines deleted the svm branch August 10, 2022 18:15
mergify bot added a commit that referenced this pull request Aug 10, 2022
… waiting for supermajority (backport #27055) (#27060)

`solana-validator monitor` how displays slot and gossip stake % while waiting for supermajority

(cherry picked from commit 4e79d78)

Co-authored-by: Michael Vines <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant