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

CommitLog: Use checksum to recover from partially written records #52

Closed
Terkwood opened this issue Jul 31, 2021 · 2 comments · Fixed by #87
Closed

CommitLog: Use checksum to recover from partially written records #52

Terkwood opened this issue Jul 31, 2021 · 2 comments · Fixed by #87
Labels
enhancement New feature or request

Comments

@Terkwood
Copy link
Owner

DB can crash while writing a record to commit log

Add checksum field to commit log

Detect and discard records which do not match checksum

@Terkwood Terkwood added the enhancement New feature or request label Jul 31, 2021
@Terkwood Terkwood changed the title CommitLog: Anticipate partially written records CommitLog: Use checksum to recovery from partially written records Aug 3, 2021
@Terkwood
Copy link
Owner Author

Terkwood commented Aug 3, 2021

Duplicate of #71

@Terkwood Terkwood marked this as a duplicate of #71 Aug 3, 2021
@Terkwood Terkwood changed the title CommitLog: Use checksum to recovery from partially written records CommitLog: Use checksum to recover from partially written records Aug 6, 2021
@Terkwood
Copy link
Owner Author

Terkwood commented Aug 7, 2021

Resolved by #87

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant