optimism: [BUG] op-node parse L1 batch data error: `frameLength is too large: 2838834252`
Describe the bug A clear and concise description of what the bug is.
Op-node parse batch data submitted by batcher encounter a irretrievable error: frameLength is too large: 2838834252
, which will make op-node unable to reconcile with L1
To Reproduce Steps to reproduce the behavior:
- stop batcher for several hours
- start batcher
- op-node print error log:
Feb 22, 2023 @ 11:32:26.580 WARN [02-22|03:32:26.580] Failed to parse frames origin=f4c844..525ff1:1589279 err="frameLength is too large: 2838834252"
Expected behavior A clear and concise description of what you expected to happen.
Op-node should keep reconcile with L1
Screenshots If applicable, add screenshots to help explain your problem.
System Specs:
- OS: Ubuntu
- Package Version (or commit hash): 173181bd7f45aae9225523071defd5cf202fd812
Additional context Add any other context about the problem here.
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 22 (22 by maintainers)
Commits related to this issue
- op-batcher: Test requeuing of transactions Regression test for #4937 — committed to ethereum-optimism/optimism by sebastianst a year ago
- op-batcher: Test requeuing of transactions Regression test for #4937 — committed to ethereum-optimism/optimism by sebastianst a year ago
- op-batcher: Test requeuing of transactions Regression test for #4937 — committed to ethereum-optimism/optimism by sebastianst a year ago
- op-batcher: Test requeuing of transactions Regression test for #4937 — committed to ethereum-optimism/optimism by sebastianst a year ago
- op-batcher: Test requeuing of transactions Regression test for #4937 — committed to ethereum-optimism/optimism by sebastianst a year ago
- op-batcher: Test requeuing of transactions Regression test for #4937 — committed to ethereum-optimism/optimism by sebastianst a year ago
- op-batcher: Test requeuing of transactions Regression test for #4937 — committed to ethereum-optimism/optimism by sebastianst a year ago
@nolanxyg #4990 just got merged into
develop
, so you can use the batcher fromdevelop
now.