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

Calculate the correct chunk size when filters are used. #154

Merged
merged 1 commit into from
Dec 6, 2023

Conversation

kjnilsson
Copy link
Contributor

The chunk_info.size field did not take filter sizes into account which would cause the next attach strategy to calculate an incorrect position in the segment file casuing a reader crash.

The chunk_info.size field did not take filter sizes into account which
would cause the `next` attach strategy to calculate an incorrect position
in the segment file casuing a reader crash.
@kjnilsson kjnilsson requested a review from mkuratczyk December 6, 2023 15:04
@michaelklishin michaelklishin added this to the 1.7.2 milestone Dec 6, 2023
@kjnilsson kjnilsson merged commit 257ded2 into main Dec 6, 2023
@kjnilsson kjnilsson deleted the next-with-filter-fix branch December 6, 2023 16:22
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.

3 participants