-
Notifications
You must be signed in to change notification settings - Fork 796
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discv5 and libp2p_gossipsub Making Myriad New 'Warn' Log Entries After 'Time Bird' Upgrade #5226
Comments
WARN
Log Entries Are Being Made Since 'Time Bird' Upgrade, of Types Previously Not Seen
Thanks for reporting this. First of all, your beacon node is fine. These logs have always existed in the backgorund, but we have recently started capturing them into a log file. In the process they seem to be being emitted to the terminal which shouldn't be the case. Are you using the This is also something @eserilev might be able to help figure out also. |
I'll take a look. If the |
Thank you for your assurance that my beacon node is fine, Age (@AgeManning)! Such news is always welcome.
In fact, it looks like I am! I've been using it for some time―a number of months, at least. Seems rather probable that this is the reason for the myriad new log entries, no?
Output of
I'm pretty sure that ―James cc: @eserilev |
@JamesCropcho Thanks for the additional info. |
I'm going to also go ahead and deprecate the |
Description
Since upgrading Lighthouse from the most recent stable release, I have gone from seeing none of the
WARN
log entry types illuminated below, to myriad such log entries.Version
Lighthouse
Output of
lighthouse --version
Command Issued for Building
Rust
Output of
rustc --version
Present Behaviour
Since upgrading Lighthouse from the most recent stable release, I have gone from seeing none of the
WARN
log entry types illuminated below, to myriad such log entries.My attestation success rate percentage does not appear to be affected.
Newly-Seen Log Entries Examples
discv5::handler, discv5::service
discv5::handler: Session has invalid ENR
WARN discv5::handler: Session has invalid ENR. Enr sockets: Some(157.90.128.69:7767), None. Expected: Node: 0x33b2..92b5, addr: 157.90.128.69:34527
This one is the most frequently seen, at roughly 1–2 dozen per minute.
discv5::handler: Authentication response already sent. Dropping session.
WARN discv5::handler: Authentication response already sent. Dropping session. Node: Node: 0x543a..69e0, addr: 49.13.11.197:30308
discv5::service: FINDNODE request failed with partial results
WARN discv5::service: FINDNODE request failed with partial results node_id=0x3411..7857 addr=186.182.184.12:9000 error=Timeout received=10 expected=3
discv5::service: RPC Request failed
WARN discv5::service: RPC Request failed: id: 05898c7eaeff92a4, error InvalidRemotePacket
libp2p_gossipsub::behaviour
libp2p_gossipsub::behaviour: Message not in cache
WARN libp2p_gossipsub::behaviour: Message not in cache. Ignoring forwarding 4e32f24c4efddd7c37146fd4c5e8b5ae927accc0
libp2p_gossipsub::behaviour: Received more messages than permitted
WARN libp2p_gossipsub::behaviour: Received more messages than permitted. Ignoring further messages. Processed: 500
libp2p_gossipsub::behaviour: Send Queue full. Could not send IHAVE
WARN libp2p_gossipsub::behaviour: Send Queue full. Could not send IHAVE peer=16Uiu2HAkydEW5ynmpswot9oubNMu2UrGQX3Zm55BZM1H1k1E9Atw
libp2p_gossipsub::behaviour: Rejected message not in cache
WARN libp2p_gossipsub::behaviour: Rejected message not in cache 2ed762f7b23b708d4c15b1a6a826a4f45b37b73d
Expected Behaviour
Uncertain.
If my beacon node is indeed experiencing lots of these problems which it was not experiencing before, then Present Behaviour matches Expected Behaviour.
If, on the other hand, these problems existed before and were not logged, then I would expect (or at least I would desire) more concise
WARN
logging. Presently, I am often encountering ~100 of these new log entries instantly, which makes examining my logs much more challenging.Steps to resolve
If my beacon node is indeed malfunctioning, then I would like to know how, as well as the steps I can take to improve the rate at which the beacon node encounters these difficulties.
See Also (Possibly Related)
Issues
Pull Requests
The text was updated successfully, but these errors were encountered: