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
Follow-up on the crash recovery bug where the omnichain indexing status snapshot invariant (omnichainIndexingCursor < earliestQueuedStartBlock) fails after crash recovery, causing the indexer to crash-loop on every restart.
Land the proper fix (#2109) and remove the hotfix workaround from #2108 once the underlying classification logic correctly handles the crash-recovery case.
Follow-up on the crash recovery bug where the omnichain indexing status snapshot invariant (
omnichainIndexingCursor < earliestQueuedStartBlock) fails after crash recovery, causing the indexer to crash-loop on every restart.Context
buildChainIndexingStatusSnapshotsmisclassifies chains as Queued when their Ponder per-chain checkpoint sits atstartBlockbut other chains have advanced past thatstartBlock.timestamp.Fix queued chains validationby @tk-o.Ask
Land the proper fix (#2109) and remove the hotfix workaround from #2108 once the underlying classification logic correctly handles the crash-recovery case.