-
Notifications
You must be signed in to change notification settings - Fork 726
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: Add API for RawKV GC #4918
Conversation
Issue Number: tikv#4865 Signed-off-by: pingyu <[email protected]>
[REVIEW NOTIFICATION] This pull request has not been approved. To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
/cc @nolouch @AndreMouche |
PTAL, thanks~ |
Codecov Report
@@ Coverage Diff @@
## master #4918 +/- ##
==========================================
- Coverage 75.36% 75.28% -0.09%
==========================================
Files 296 298 +2
Lines 29441 29514 +73
==========================================
+ Hits 22189 22219 +30
- Misses 5322 5348 +26
- Partials 1930 1947 +17
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@pingyu: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Signed-off-by: pingyu [email protected]
What problem does this PR solve?
Add APIs for RawKV GC (
storage
part of #4866).Issue Number: ref #4865
RFC: tikv/rfcs#90
What is changed and how does it work?
Check List
Tests
Code changes
Has configuration change
No.
Has HTTP API interfaces changed (Don't forget to add the declarative for the new API)
No.
Has persistent data change
No.
Side effects
No.
Related changes
pingcap/docs
/pingcap/docs-cn
:No.
pingcap/tiup
:No.
No.
Release note