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
Interesting. It looks like there was a significant backlog of gossip messages queued up for gossipd to process and the peer was feeding them faster than we could handle. Is there anything else interesting about this config or machine that might be relevant?
Maybe with an increased number of gossipers, the connectd -> gossipd queue should also be increased. Still, with an average gossip message size of maybe 350bytes, that would be about 700 unprocessed messages by the time this limit was triggered!
Interesting. It looks like there was a significant backlog of gossip messages queued up for gossipd to process and the peer was feeding them faster than we could handle. Is there anything else interesting about this config or machine that might be relevant?
Note: this is NOT a crash! This is just to notify us (it only gets fired once, and is harmless), so thanks for the report!
It literally means we have 250,000 gossip messages pending to gossipd. That's a lot of gossip! It could be that we asked many peers for all their gossip, but gossipd goes through it pretty fast. Is gossipd consuming a lot of cpu? Was the node just recently brought online?
Issue and Steps to Reproduce
Running the tagged version v24.11.1
The text was updated successfully, but these errors were encountered: