-
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
base: master
Are you sure you want to change the base?
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% 56.01% -1.19%
==========================================
Files 259 266 +7
Lines 33233 45818 +12585
==========================================
+ Hits 19008 25664 +6656
- Misses 12291 18170 +5879
- Partials 1934 1984 +50
|
/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. |
@RidRisR: Your PR was out of date, I have automatically updated it for you. 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 ti-community-infra/tichi repository. |
What problem does this PR solve?
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.