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

removes blockstore_meta::ErasureMetaStatus #4310

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

behzadnouri
Copy link

@behzadnouri behzadnouri commented Jan 7, 2025

Problem

We only need a true/false boolean to tell us if we should run the erasure recovery code or not.
The blockstore_meta::ErasureMetaStatus enum is verbose and redundant.

Summary of Changes

Removed blockstore_meta::ErasureMetaStatus.

We only need a true/false boolean to tell us if we should try to recover
the erasure batch or not.
The blockstore_meta::ErasureMetaStatus enum is verbose and redundant.
@behzadnouri behzadnouri force-pushed the rm-erasure-meta-status branch from d1758c7 to 3ec49b3 Compare January 7, 2025 17:57
@behzadnouri behzadnouri merged commit 324b055 into anza-xyz:master Jan 7, 2025
40 checks passed
@behzadnouri behzadnouri deleted the rm-erasure-meta-status branch January 7, 2025 22:36
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.

2 participants