-
Notifications
You must be signed in to change notification settings - Fork 236
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
feat: Remove ckb db-repair subcommand #3927
feat: Remove ckb db-repair subcommand #3927
Conversation
dbeda66
to
11b8442
Compare
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.
How about change the PR title to: "Remove ckb db-repair
subcommand", since the PR title will be shown in the release note.
merge failed:
could you upgrade the |
See https://github.com/facebook/rocksdb/wiki/RocksDB-Repairer for detail", | ||
err_str | ||
); | ||
info!("DB corrupted: {err_str}."); |
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.
Since we remove db-repair
,
any other follow-up actions should be shown here to guide users to resolve it.
What problem does this PR solve?
https://github.com/facebook/rocksdb/wiki/RocksDB-Repairer#limitations
The repair provided by rocksdb is of little practical use and risks corrupting data.
What is changed and how it works?
Remove ckb db-repair subcommand
Related changes
owner/repo
:Check List
Tests
Release note