[Node Operator Question] Node syncing but consistently ~2200 blocks behind #766
Replies: 1 comment 7 replies
-
The first error-log in your op-node said you can't both set I think the second one maybe the main issue: Btw, want to find more useful logs in your log https://sharetext.io/06d4ce0d, but this file is too large for my browser to open it, could you please upload it as a github gist https://gist.github.com/ :) |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Are you running the most up to date node software?
Did you check the documentation?
Did you check for duplicate questions?
Issue Description
Node stopped syncing around 2025-03-15 01 UTC at block 18343482.
Started syncing blocks again since around 2025-03-15 13:28:00 UTC but at a slower rate than the chain is producing blocks so not catching up. The graph shows the block height of the node vs the block height of head chain and after the restart it falls behind further but then catches up to about the same number of block behind.
Steps to Reproduce
Arguments used for op-node
--l2.jwt-secret=/home/op/jwtsecret --l2=ws://localhost:8551/ --rpc.addr=0.0.0.0 --metrics.enabled --metrics.addr=0.0.0.0 --metrics.port=7300 --l1="***" --l1.beacon="***" --rollup.config=/home/op/rollup.json --network=lisk-sepolia --rpc.port=9545 --p2p.bootnodes="enr:***" --p2p.static="***,***,***" --rollup.load-protocol-versions=true --verifier.l1-confs=4 --override.holocene=1732633200
And the arguments for op-geth
--ws --ws.addr=0.0.0.0 --ws.origins="*" --http --http.addr=0.0.0.0 --http.vhosts="*" --http.corsdomain="*" --authrpc.addr=localhost --authrpc.jwtsecret=/home/op/jwtsecret --authrpc.port=8551 --authrpc.vhosts="*" --datadir=/home/op/.datadir --metrics --metrics.addr=0.0.0.0 --metrics.port=6060 --op-network=lisk-sepolia --override.holocene=1732633200 --rollup.halt=major --rollup.superchain-upgrades --gcmode=archive --syncmode=full --op-network=lisk-sepolia --rollup.sequencerhttp=https://rpc.sepolia-api.lisk.com/ --http.api=eth,net,web3,debug --http.port=8545 --ws.port=8546 --snapshot=true --cache=4096 --maxpeers=0 --rollup.disabletxpoolgossip=true
Which component is affected?
Expected vs. Actual Behavior
Node should catch up but doesn't
Environment Details
Linux
Protocol Information
op-node and op-geth were already upgraded to versions 1.12.0 and 1.101503.0.
network name : lisk-sepolia
Node Logs
In the logs, saw these two errors after the restart
Apart from that, some reoccurring warnings
Troubleshooting Attempts
Adding
--syncmode=execution-layer
as argument to op-node, the only noticeable difference was that the node quickly caught up to about being the same amount of blocks behind again after the restartTried to stop the node slightly longer and the same behavior can be seen.
And also when just looking at block height both nodes are syncing at the same speed as head chain but is just ~2200 blocks behind all the time.
Additional Information
No rate limits on L1 RPC used and default public sequencer is used.
Block height vs head chain : https://i.postimg.cc/W1gRkM3z/1.png
https://i.postimg.cc/pLR4kqX4/2.png
https://i.postimg.cc/T30SsgKw/3.png
op-node logs : https://sharetext.io/06d4ce0d
Feedback
No response
Beta Was this translation helpful? Give feedback.
All reactions