Add an info log to indicate the node has reached supermajority and print the active stake percentage (#19893) (#19897)

(cherry picked from commit 4ff50519ff)

Co-authored-by: Michael <68944931+michaelh-laine@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2021-09-15 07:55:17 +00:00
committed by GitHub
parent ca55bce522
commit 7cba9b8f8f

View File

@ -1411,6 +1411,10 @@ fn wait_for_supermajority(
let gossip_stake_percent = get_stake_percent_in_gossip(&bank, &cluster_info, i % 10 == 0);
if gossip_stake_percent >= WAIT_FOR_SUPERMAJORITY_THRESHOLD_PERCENT {
info!(
"Supermajority reached, {}% active stake detected, starting up now.",
gossip_stake_percent,
);
break;
}
// The normal RPC health checks don't apply as the node is waiting, so feign health to