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
This strongly suggests reth is in a static files ingestion / consolidation phase (receipts / tx / headers + commit-writer flush).
During this phase, execution ingest throughput drops significantly, while op-node continues deriving payloads, eventually overflowing the payload queue and dropping payloads.
Conclusion
This appears to be an interaction between:
reth static files consolidation / pipeline stages
OP Stack’s continuous payload derivation
When reth enters static files stages, it temporarily cannot keep up with real-time execution payloads, but op-node has no feedback mechanism and continues pushing, leading to queue overflow.
This reproduces even on full SSD systems, so it seems inherent to the pipeline behavior rather than raw disk speed.
Questions
Is this expected behavior when static files are enabled?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, we’re running OP Stack with reth as execution client (dockerized), and are consistently hitting the following op-node error:
This happens simultaneously on two machines (one full SSD, one SSD+HDD), so it does not appear to be disk-type specific.
L1 RPC is shared with other nodes and confirmed healthy.
Setup
Observed behavior
During the incident:
reth metrics show heavy static files activity:
This strongly suggests reth is in a static files ingestion / consolidation phase (receipts / tx / headers + commit-writer flush).
During this phase, execution ingest throughput drops significantly, while op-node continues deriving payloads, eventually overflowing the payload queue and dropping payloads.
Conclusion
This appears to be an interaction between:
When reth enters static files stages, it temporarily cannot keep up with real-time execution payloads, but op-node has no feedback mechanism and continues pushing, leading to queue overflow.
This reproduces even on full SSD systems, so it seems inherent to the pipeline behavior rather than raw disk speed.
Questions
Beta Was this translation helpful? Give feedback.
All reactions