-
Notifications
You must be signed in to change notification settings - Fork 723
Disable plain chunks in 24-4 explicitly to prevent data corruption #20965
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
Disable plain chunks in 24-4 explicitly to prevent data corruption #20965
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
if (cfg->HasPlainDataChunks()) { | ||
PlainDataChunks = cfg->GetPlainDataChunks(); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, to show in the PDisk UI that this feature is set in the config
⚪
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
7a91dce
into
ydb-platform:stream-nb-24-4
Changelog entry
...
Changelog category
Description for reviewers
...