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

Storage engine: Improve recovery systems #327

Closed
ohsayan opened this issue Jan 8, 2024 · 1 comment · Fixed by #336
Closed

Storage engine: Improve recovery systems #327

ohsayan opened this issue Jan 8, 2024 · 1 comment · Fixed by #336
Assignees
Labels
C-reliability This issue/PR relates to reliability C-storage Relating to storage C-tests This is related to the test suite D-server Related to the server
Milestone

Comments

@ohsayan
Copy link
Member

ohsayan commented Jan 8, 2024

While several bugs including an unclosed journal bug have been fixed in the latest beta, the recovery systems can still be improved.

Currently certain corruptions are detected but not repaired, even if they've been recovered.

We should improve the recovery system so that such corruptions can be automatically repaired.

Pinning to milestone for 0.8 GA.

@ohsayan ohsayan added this to the Skytable 0.8 GA milestone Jan 8, 2024
@ohsayan ohsayan added D-server Related to the server C-storage Relating to storage C-tests This is related to the test suite C-reliability This issue/PR relates to reliability labels Jan 8, 2024
@ohsayan ohsayan modified the milestones: Skytable 0.8 GA, 0.8.1 Mar 13, 2024
@ohsayan
Copy link
Member Author

ohsayan commented Mar 13, 2024

We've improved the underlying SE greatly, but we do need to add a proper repair mode. This should be done with 0.8.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-reliability This issue/PR relates to reliability C-storage Relating to storage C-tests This is related to the test suite D-server Related to the server
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant