Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replayer, next slot not orphaned #13765

Merged
merged 2 commits into from
Jul 28, 2023

Conversation

psteckler
Copy link
Member

@psteckler psteckler commented Jul 27, 2023

When replaying from a checkpoint file, the start slot may not be occupied by a slot. In that case, find the next slot occupied by the slot.

The replayer was choosing that next slot to replay from, regardless of its chain status. Make sure the status is not orphaned, otherwise we won't find the block in the chain chosen by the replayer.

The berkeley replayer cron job failed because it tried to replay from an orphaned slot. The fix was made for the berkeley replayer in #13715.

Update the devnet and mainnet cron jobs to use an image from this PR.

@psteckler
Copy link
Member Author

!ci-build-me

@psteckler
Copy link
Member Author

!ci-build-me

@deepthiskumar deepthiskumar merged commit 53631a0 into compatible Jul 28, 2023
37 checks passed
@deepthiskumar deepthiskumar deleted the fix/replayer-not-orphaned-slot branch July 28, 2023 00:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants