Trinity stalls during sync
See original GitHub issueWhat is wrong?
From timestamp INFO 06-06 23:06:38
till INFO 06-07 00:42:38
my trinity node synced no headers despite being connected to 10 peers (9 inbound, 1 outbound)
How can it be fixed
Haven’t actually dug into the logs yet to see why.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Syncing stalls and does not resume even after restart · Issue #74 ...
My node synced fine up to block 6678121 but doesn't seem to go beyond that (even after restarting trinity). Also the log is...
Read more >"Paul E. McKenney": Re: spinlock lockup, rcu stalls etc. - LKML
[28932.599607] BUG: spinlock lockup suspected on CPU#0, trinity-child2/6990 ... execution would serve any number of sync() requests, as long as each > ...
Read more >email 2.3.4 pop email sync stops | XDA Forums
I have had this problem in cm7 all nightly builds up to #55 and just stayed with rc1. After 8 plus hours the...
Read more >But why the 42 why not in sync : r/pokemongo - Reddit
Here are a few things to keep in mind: Rule 3 - No Cheating, suggesting cheating, naming cheating tools and more. Please take...
Read more >NVIDIA/Troubleshooting - ArchWiki
If vsync is enabled by the driver it will sync to only one of these ... If, while using the legacy NVIDIA drivers,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Some interesting things to notice:
Out of the 11 peers above, 9 are the same IP address, but different node IDs
And they seem to be behind us, so we won’t try to sync from them
Now all your peers are the same node?
And we keep receiving incoming handshakes from that IP
I was initially tempted to think there could be a bug in
PeerPool
causing us to keep peers inPeerPool._connected_nodes
even after they’ve disconnected, but the fact that each of those peers have a different node ID but the same IP address suggests something malicious is going onSounds similar to the eclipse attack. One of the mitigations they suggested was limiting the number of peers with the same address, IIRC, so 👍 to: