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
we ask for the highest block number, and it gives us a number
we ask for that block and it tells us it doesn't know about that block yet
For chains that have this problem, we can enter a state where we are very likely to hit it, fail the import, delay, retry, and keep failing. I would expect the existing 'fast-forwarding' mechanism to help with this situation, but it doesn't seem to.
Recently, hedera got into this situation - 2 million blocks behind, each rescan would hit a block that couldn't be retreived; import would restart, fast-forward, repeat.
I imagine this is because these RPC's are load balancing a cluster that doesn't agree on the highest block, but I don't know.
The text was updated successfully, but these errors were encountered:
It happens with multiple chains:
For chains that have this problem, we can enter a state where we are very likely to hit it, fail the import, delay, retry, and keep failing. I would expect the existing 'fast-forwarding' mechanism to help with this situation, but it doesn't seem to.
Recently, hedera got into this situation - 2 million blocks behind, each rescan would hit a block that couldn't be retreived; import would restart, fast-forward, repeat.
I imagine this is because these RPC's are load balancing a cluster that doesn't agree on the highest block, but I don't know.
The text was updated successfully, but these errors were encountered: