-
Notifications
You must be signed in to change notification settings - Fork 659
Description
Problem
Unstaked nodes on testnet are receiving an inconsistent number of gossip messages. For example, below is a plot showing an unstaked testnet node receiving push messages and pull responses. Periodically, the node will receive a normal amount of push messages (the "spikes") and then suddenly receive very few push messages:
This variable ingress push message rate is also causing the node's view of active stake in gossip to vary significantly at runtime. Initial problem brought up here: https://discord.com/channels/428295358100013066/478692221441409024/1390162668991807600
^ this problem was brought up during testnet restart but occurs in steady state as well.
Proposed Solution
Not sure yet. Sounds like poor gossip message propagation. Need to figure out all that was changed in gossip between v2.2 and v2.3