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

fix(exex): do not finalize WAL with a block higher than finalized header #11420

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

shekhirin
Copy link
Collaborator

We shouldn't finalize WAL with a block higher than a new finalized header.

It can be possible in a scenario when the node with the new engine is restarted, so some in-memory blocks are lost, and ExExes are now ahead of the node.

@shekhirin shekhirin added C-bug An unexpected or incorrect behavior A-exex Execution Extensions labels Oct 2, 2024
@shekhirin shekhirin added this pull request to the merge queue Oct 2, 2024
Merged via the queue into main with commit b66e4f5 Oct 2, 2024
36 checks passed
@shekhirin shekhirin deleted the alexey/exex-wal-finalize-finalized-header branch October 2, 2024 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-exex Execution Extensions C-bug An unexpected or incorrect behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants