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

(cherry picked from commit 4ff50519ff)
This commit is contained in:
Michael
2021-09-15 05:48:15 +02:00
committed by Michael Vines
parent a24b0dc81c
commit e51c2d1a84

View File

@ -1412,6 +1412,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