Skip to content

br: Log backup sync state with kernel br periodically #6147

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

Open
wants to merge 26 commits into
base: master
Choose a base branch
from

Conversation

RidRisR
Copy link
Contributor

@RidRisR RidRisR commented Apr 10, 2025

What problem does this PR solve?

What is changed and how does it work?

Code changes

  • Has Go code change
  • Has CI related scripts change

Tests

  • Unit test
  • E2E test
  • Manual test
  • No code

Side effects

  • Breaking backward compatibility
  • Other side effects:

Related changes

  • Need to cherry-pick to the release branch
  • Need to update the documentation

Release Notes

Please refer to Release Notes Language Style Guide before writing the release note.


Copy link
Contributor

ti-chi-bot bot commented Apr 10, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign csuzhangxc for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@codecov-commenter
Copy link

codecov-commenter commented Apr 15, 2025

Codecov Report

Attention: Patch coverage is 35.09615% with 135 lines in your changes missing coverage. Please review.

Project coverage is 60.04%. Comparing base (a16b2e8) to head (899326a).
Report is 34 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6147      +/-   ##
==========================================
+ Coverage   57.19%   60.04%   +2.84%     
==========================================
  Files         259      263       +4     
  Lines       33233    46257   +13024     
==========================================
+ Hits        19008    27775    +8767     
- Misses      12291    16358    +4067     
- Partials     1934     2124     +190     
Flag Coverage Δ
e2e 21.59% <46.05%> (?)
unittest 56.30% <3.14%> (-0.90%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ti-chi-bot ti-chi-bot bot added size/XL and removed size/L labels Apr 15, 2025
@RidRisR RidRisR marked this pull request as ready for review April 16, 2025 09:33
@ti-chi-bot ti-chi-bot bot requested a review from shonge April 16, 2025 09:33
@RidRisR RidRisR changed the title VBK: Operator sync state with kernel br periodically br: Log backup sync state with kernel br periodically Apr 17, 2025
@RidRisR
Copy link
Contributor Author

RidRisR commented Apr 22, 2025

/run-pull-e2e-kind-br

@@ -838,7 +844,7 @@ func (bm *backupManager) makeBRBackupJob(backup *v1alpha1.Backup) (*batchv1.Job,
Name: label.BackupJobLabelVal,
Image: bm.deps.CLIConfig.TiDBBackupManagerImage,
Args: args,
ImagePullPolicy: corev1.PullIfNotPresent,
ImagePullPolicy: corev1.PullAlways,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why change the ImagePullPolicy?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That‘s a mistake.

@RidRisR RidRisR requested a review from WangLe1321 April 23, 2025 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants