removes require-stake-for-gossip feature (#19476)

The feature is already activated on all clusters.
This commit is contained in:
behzad nouri
2021-08-27 21:17:15 +00:00
committed by GitHub
parent 4305d4b7b1
commit 6909a79b6f
3 changed files with 18 additions and 68 deletions

View File

@@ -143,7 +143,6 @@ pub(crate) struct GossipStats {
pub(crate) push_response_count: Counter,
pub(crate) push_vote_read: Counter,
pub(crate) repair_peers: Counter,
pub(crate) require_stake_for_gossip_unknown_feature_set: Counter,
pub(crate) require_stake_for_gossip_unknown_stakes: Counter,
pub(crate) skip_pull_response_shred_version: Counter,
pub(crate) skip_pull_shred_version: Counter,
@@ -422,11 +421,6 @@ pub(crate) fn submit_gossip_stats(
stats.packets_sent_push_messages_count.clear(),
i64
),
(
"require_stake_for_gossip_unknown_feature_set",
stats.require_stake_for_gossip_unknown_feature_set.clear(),
i64
),
(
"require_stake_for_gossip_unknown_stakes",
stats.require_stake_for_gossip_unknown_stakes.clear(),