Skip to content

Avoid modification checks when reading sparse entries inside the Ra … #533

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

Merged
merged 1 commit into from
Mar 31, 2025

Conversation

kjnilsson
Copy link
Contributor

@kjnilsson kjnilsson commented Mar 31, 2025

…process.

As the Ra process will never try to read entries it does not already know about. This modification check is for processes that read the log outside of the Ra process and may have opened a segment that was later appended to.

Fixes #532

…process.

As the Ra process will never try to read entries it does not
already know about. This modification check is for processes that
read the log outside of the Ra process and may have opened a segment
that was later appended to.
@kjnilsson kjnilsson added the bug label Mar 31, 2025
@kjnilsson kjnilsson changed the title Avoid modification checks when reading sparese entries inside the Ra … Avoid modification checks when reading sparee entries inside the Ra … Mar 31, 2025
@kjnilsson kjnilsson changed the title Avoid modification checks when reading sparee entries inside the Ra … Avoid modification checks when reading sparse entries inside the Ra … Mar 31, 2025
@michaelklishin michaelklishin added this to the 2.16.6 milestone Mar 31, 2025
@michaelklishin michaelklishin merged commit c61b2be into main Mar 31, 2025
3 checks passed
@michaelklishin michaelklishin deleted the read-sparse-fix branch March 31, 2025 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

{badmatch,{error,modified}} in ra_log_reader
2 participants