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
I think this would be fixed if each validator had an IP that was publicly accessible, which we used for p2p traffic.
This was manifesting because validators were not getting all attestations in time, likely because we were overly relying on the boot-node for gossiping, because this was broken.
This also explains why the 48 validator setup worked on mainframe at the London offsite.
Repro
Try running a 3 validator setup in AWS with "discv5:*" enabled in the debug string.
You will find things like the following:
2024-11-04T22:43:44.768Z discv5:service Lookup Id: 1 finished, 0 total found
2024-11-04T22:43:44.772Z discv5:sessionService Request timed out with { socketAddr: Multiaddr(/ip4/10.1.2.225/udp/40400), nodeId: '5e8fbc8ff6188366b6ffe2013596780961109cbf9c28ee3902a3d30952016cf6' }
2024-11-04T22:43:44.772Z discv5:service RPC error, removing request. Reason: Timeout, id 5943808880661031700n
2024-11-04T22:43:44.773Z discv5:service Failed FINDNODE request: { type: 3, id: 5943808880661031700n, distances: [ 255, 256, 254 ] } for node: 5e8fbc8ff6188366b6ffe2013596780961109cbf9c28ee3902a3d30952016cf6
Increasing the timeouts to 5 seconds did not help.
The text was updated successfully, but these errors were encountered:
I think this would be fixed if each validator had an IP that was publicly accessible, which we used for p2p traffic.
This was manifesting because validators were not getting all attestations in time, likely because we were overly relying on the boot-node for gossiping, because this was broken.
This also explains why the 48 validator setup worked on mainframe at the London offsite.
Repro
Try running a 3 validator setup in AWS with "discv5:*" enabled in the debug string.
You will find things like the following:
Increasing the timeouts to 5 seconds did not help.
The text was updated successfully, but these errors were encountered: