-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
ebs br: provide fsr warmup to tikv data volumes #47272
Conversation
Hi @BornChanger. Thanks for your PR. I'm waiting for a pingcap member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
Hi @BornChanger. Thanks for your PR. PRs from untrusted users cannot be marked as trusted with I understand the commands that are listed here. 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. |
/ok-to-test |
@BornChanger: Cannot trigger testing until a trusted user reviews the PR and leaves an In response to this:
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. |
1 similar comment
@BornChanger: Cannot trigger testing until a trusted user reviews the PR and leaves an In response to this:
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. |
/cc @WangLe1321 @YuJuncen |
@BornChanger: GitHub didn't allow me to request PR reviews from the following users: WangLe1321. Note that only pingcap members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
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. |
c92c973
to
5c13221
Compare
/component br |
5c13221
to
a386595
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #47272 +/- ##
================================================
+ Coverage 71.6203% 72.8097% +1.1894%
================================================
Files 1401 1424 +23
Lines 405776 412310 +6534
================================================
+ Hits 290618 300202 +9584
+ Misses 95371 93239 -2132
+ Partials 19787 18869 -918
Flags with carried forward coverage won't be shown. Click here to find out more.
|
621357e
to
cd1bb95
Compare
7dd5f8a
to
5d37fac
Compare
@WangLe1321: adding LGTM is restricted to approvers and reviewers in OWNERS files. In response to this: 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. |
/retest |
@BornChanger: Cannot trigger testing until a trusted user reviews the PR and leaves an In response to this:
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. |
/test pull-br-integration-test |
@BornChanger: Cannot trigger testing until a trusted user reviews the PR and leaves an In response to this:
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. |
42cee43
to
8596138
Compare
Signed-off-by: BornChanger <[email protected]>
ff128cd
to
613654e
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 3pointer, WangLe1321, YuJuncen 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 |
/label may-affects-6.5 |
/label may-affects-7.1 may-affects-7.5 |
/retest |
/test tiprow_fast_test |
@BornChanger: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
In response to this:
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. |
/label needs-cherry-pick-release-6.5 |
In response to a cherrypick label: new pull request created to branch |
/label needs-cherry-pick-release-7.1 |
/label needs-cherry-pick-release-7.5 |
In response to a cherrypick label: new pull request created to branch |
In response to a cherrypick label: new pull request created to branch |
…cap#48051) (pingcap#21) Co-authored-by: Ti Chi Robot <[email protected]>
What problem does this PR solve?
Issue Number:
close #47271
close #47273
Problem Summary:
What is changed and how it works?
This PR addresses 2 issues
use-fsr
is introduced tobr
command. Set it totrue
to use FSR to warmup tikv data volumes.Check List
Tests
Run real EBS restore job and check the BR pod log to verify.
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.