You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
cd crates/l2 && make rm-db-l1 && make init-l1
cd crates/l2 && make rm-db-l2 && make deploy-l1 && make init-l2
make load-test-erc20
The text was updated successfully, but these errors were encountered:
When running some intensive I/O benchmarks this error popped up:
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.
The text was updated successfully, but these errors were encountered: