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
On a blockchain like arbitrum-one where blocks are every 4 seconds, both the relayer and firehose have a challenge to sync to the chain. This is especially the case when the one-blocks/forked-blocks are not local (ie there is network delay)
Sometimes the merger will merge and remove the one-block files before the relayer has a chance to read them.
The text was updated successfully, but these errors were encountered:
let me know if you see any "unfixable disconnection" !
The 'hub', upon reconnection with a block in the future, will load all the available 'one-block-files' from that block's LIB and up, to see if it can join.
If it can't, it will (now successfully!) restart the whole process because it needs to restart all its 'pipelines' from merged blocks.
On a blockchain like arbitrum-one where blocks are every 4 seconds, both the relayer and firehose have a challenge to sync to the chain. This is especially the case when the one-blocks/forked-blocks are not local (ie there is network delay)
Sometimes the merger will merge and remove the one-block files before the relayer has a chance to read them.
The text was updated successfully, but these errors were encountered: