[Node Operator Question] OP-Node Walking back L1Block by hash after Canyon #80
Replies: 4 comments 3 replies
-
Yes, it does seem like it's taking too long. Can you describe the process that the node has gone through since it started running? I'm curious why the walkback is taking such an extended period, and it appears to be getting close to returning to the initial starting point. Just to confirm, this is an op-goerli node, correct? |
Beta Was this translation helpful? Give feedback.
-
I have it set to a sepolia eth node.
…On Sun, Nov 19, 2023 at 6:58 AM simple8720 ***@***.***> wrote:
Yes, it does seem like it's taking too long. Can you describe the process
that the node has gone through since it started running? I'm curious why
the walkback is taking such an extended period, and it appears to be
getting close to returning to the initial starting point. Just to confirm,
this is an op-goerli node, correct?
—
Reply to this email directly, view it on GitHub
<#80 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BCNVNGMQVE7U4DFZPOTHZ3TYFH67VAVCNFSM6AAAAAA7QXDMRSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TMMJRGAYDQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
This is just normal behavior, the node needs to sync with the whole network, and it should take time |
Beta Was this translation helpful? Give feedback.
-
To provide some additional context, the node might be walking its way all the way back to genesis. To diagnose this problem further you can:
The RPC requests to do (3) are: Last Finalized block (output from running below command):
Latest block (output from running below command):
Last Safe block (output from running below command):
If there is a large difference between unsafe and safe, that’ll explain why its walking back. If safe and finalize are unavailable, that means they have to walk to genesis to regenerate. If its one of these cases, we can try to put together a script to set the set the unsafe, safe, and finalized block in the database. Or you can clear your database and start fresh with |
Beta Was this translation helpful? Give feedback.
-
Issue Description
After upgrading to Canyon as outlined here: #42
I have been seeing "Walking back L1Block by hash" in OP-Node logs for the past two days or so and no sync progress. I tried to also sync from scratch with the upgraded versions but that is showing an estimate of 14+ days (curious if theres a snapshot available to dl)
Node Logs
Beta Was this translation helpful? Give feedback.
All reactions