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): set next file ID when creating WAL storage #11372

Merged
merged 3 commits into from
Oct 1, 2024

Conversation

shekhirin
Copy link
Collaborator

@shekhirin shekhirin commented Oct 1, 2024

Also changes the file ID from u64 to u32. No need to have it up to u64, because we clean up the WAL once in a while and have maximum one file per one block.

@shekhirin shekhirin added C-bug An unexpected or incorrect behavior A-exex Execution Extensions labels Oct 1, 2024
@shekhirin shekhirin force-pushed the alexey/exex-wal-storage-next-id branch from 78434c9 to 9c3a2a4 Compare October 1, 2024 13:05
@shekhirin shekhirin changed the title fix(exex): increment next file ID in WAL storage fix(exex): set next file ID when creating WAL storage Oct 1, 2024
@shekhirin shekhirin added this pull request to the merge queue Oct 1, 2024
Merged via the queue into main with commit 9c041d2 Oct 1, 2024
35 checks passed
@shekhirin shekhirin deleted the alexey/exex-wal-storage-next-id branch October 1, 2024 16:19
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