You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are 3 cases, and I think we should warn in at most 2 of them:
Message published successfully on retry: warn? because it was probably published late? no warn? because these logs are annoying af?
Message failed to publish because it was a duplicate: no warn.
Message failed to pubish at all: warn.
Version
Lighthouse v4.6.0
Additional Info
The Gossip message publish failed on retry is much more common on our infra, with 50M occurrences in the last month across our infra. By comparion, Gossip message published on retry has only 27k occurrences, it seems mostly after a node restarting.
The text was updated successfully, but these errors were encountered:
Description
This PR #5163 removes some warnings, but doesn't cover this case:
Relevant code is here:
lighthouse/beacon_node/lighthouse_network/src/service/mod.rs
Lines 1222 to 1245 in c7e5dd1
There are 3 cases, and I think we should warn in at most 2 of them:
Version
Lighthouse v4.6.0
Additional Info
The
Gossip message publish failed on retry
is much more common on our infra, with 50M occurrences in the last month across our infra. By comparion,Gossip message published on retry
has only 27k occurrences, it seems mostly after a node restarting.The text was updated successfully, but these errors were encountered: