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

journal vdev truncation #603

Open
Besroy opened this issue Dec 10, 2024 · 0 comments
Open

journal vdev truncation #603

Besroy opened this issue Dec 10, 2024 · 0 comments

Comments

@Besroy
Copy link
Contributor

Besroy commented Dec 10, 2024

There is a concurrency issue where the leader performs both truncation and read operations simultaneously without lock: the m_data_start_offset and m_journal_chunks variables can be modified during a read operation. This results in inconsistencies where the read operation may fail to locate the expected chunk, ultimately leading to a system crash
More details in here

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

No branches or pull requests

1 participant