-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OP proposer is stalled for 25k blocks in devnet version v0.1.0-OP_v1.0.6-CN_v0.9.5 on devnet #54
Comments
Think this has to do with the speed of the derivation pipeline in op-node. Think it's quite slow to sync call_data transactions so the safe blocks tend to lag behind |
Thank you @TheAppleTucker - do you think even 25k blocks behind is expected based on the config? |
there seem to have been a lot of panics in the logs above:
This should be fixed by celestiaorg/celestia-node#2244 So we should test this again against |
Fortunately, there were no instances of panic in this run on v0.10.1 last week #120 (comment) |
unfortunately, the proposer is still stalling, but we don't really know which error thrown is the issue |
I debugged the logs mentioned in #120 Long shot but are we sure it was running with proposer timeout fix? |
yes it was running with proposer timeout fix #120 (comment) |
It seems that node requests stall whenever celestiaorg/celestia-node#2241 (comment) This seems to be happening in node and then spilling over to proposer, will need to investigate if bumping node timeout is a workaround for this. |
OK, I think I found the issue, it seems that proposer is stalling waiting for safe l2 head to be ahead of the checkpoint head, but since proposer was not able to update safe head due to op-node error, it can't progress and goes into a livelock. If this is indeed the bug, then either increasing the op-node timeout or setting |
The "safe" block is 25000 blocks behind the "latest" block.
Here are the full logs
The text was updated successfully, but these errors were encountered: