-
Notifications
You must be signed in to change notification settings - Fork 501
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
br: add a new CRD for compact backup #5822
Conversation
… secret …" (pingcap#5823) This reverts commit 8cb0848.
Signed-off-by: hillium <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5822 +/- ##
==========================================
+ Coverage 57.19% 62.94% +5.75%
==========================================
Files 259 269 +10
Lines 33233 46450 +13217
==========================================
+ Hits 19008 29240 +10232
- Misses 12291 15207 +2916
- Partials 1934 2003 +69
|
/retest |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: WangLe1321 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[LGTM Timeline notifier]Timeline:
|
New changes are detected. LGTM label has been removed. |
/run-all-tests |
/run-pull-e2e-kind |
/run-pull-e2e-kind-br |
/run-pull-e2e-kind-serial |
/run-pull-e2e-kind-br |
/run-all-tests |
/run-pull-e2e-kind-serial |
/run-pull-e2e-kind |
2 similar comments
/run-pull-e2e-kind |
/run-pull-e2e-kind |
What problem does this PR solve?
Ref: pingcap/tidb#56522
What is changed and how does it work?
Add a new CRD controls the
compact backup
. It will collect the log backup data and try to compact it.Code changes
Tests
Side effects
Related changes
Release Notes
Please refer to Release Notes Language Style Guide before writing the release note.