reth icon indicating copy to clipboard operation
reth copied to clipboard

Prevent pipeline sync while communicating with outdated CL

Open rkrasiuk opened this issue 2 years ago • 0 comments

The EL node might have a more recent state than CL. If CL issues an FCU with head that was already inserted into the database, the make_canonical call to BlockchainTree will fail, engine will proceed to trigger pipeline resync and Headers stage would fail while attempting to insert a known block.

Screenshot_2023-05-05_at_21 04 57

rkrasiuk avatar May 05 '23 18:05 rkrasiuk