Skip to content
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

L1,L2: Commiter Error #2093

Open
fkrause98 opened this issue Feb 26, 2025 · 0 comments
Open

L1,L2: Commiter Error #2093

fkrause98 opened this issue Feb 26, 2025 · 0 comments
Labels
L1 Ethereum client L2 Rollup client performance storage Issues related to storing blockchain data

Comments

@fkrause98
Copy link
Contributor

fkrause98 commented Feb 26, 2025

When running some intensive I/O benchmarks this error popped up:

2025-02-26T19:48:47.319068Z ERROR ethrex_l2::proposer::l1_committer: L1 Committer Error: Committer failed retrieve data from storage
2025-02-26T19:52:21.118528Z  INFO ethrex_l2::proposer::l1_committer: Preparing state diff for block 47
2025-02-26T19:52:21.156108Z ERROR ethrex_l2::proposer::l1_committer: L1 Committer Error: Committer failed retrieve data from storage
2025-02-26T19:52:22.350683Z  INFO ethrex_l2::proposer::l1_committer: Preparing state diff for block 47
2025-02-26T19:52:22.383189Z ERROR ethrex_l2::proposer::l1_committer: L1 Committer Error: Committer failed retrieve data from storage
2025-02-26T19:52:23.433060Z  INFO ethrex_l2::proposer::l1_committer: Preparing state diff for block 47
2025-02-26T19:52:23.466063Z ERROR ethrex_l2::proposer::l1_committer: L1 Committer Error: Committer failed retrieve data from storage
2025-02-26T19:52:24.669902Z  INFO ethrex_l2::proposer::l1_committer: Preparing state diff for block 47
2025-02-26T19:52:24.704110Z ERROR ethrex_l2::proposer::l1_committer: L1 Committer Error: Committer failed retrieve data from storage

Which prevented further transactions to be included in blocks.

You can reproduce this by opening 3 terminals in ethre's root folder and running the following commands on each one.

  1. cd crates/l2 && make rm-db-l1 && make init-l1
  2. cd crates/l2 && make rm-db-l2 && make deploy-l1 && make init-l2
  3. make load-test-erc20
@fkrause98 fkrause98 added L1 Ethereum client L2 Rollup client performance storage Issues related to storing blockchain data labels Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L1 Ethereum client L2 Rollup client performance storage Issues related to storing blockchain data
Projects
Status: No status
Development

No branches or pull requests

1 participant