-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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, tidb: Add backup and restore size for TiDB SQL brie task #27508
Conversation
[REVIEW NOTIFICATION] This pull request has been approved by:
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. |
Please follow PR Title Format:
Or if the count of mainly changed packages are more than 3, use
After you have format title, you can leave a comment |
run-check_title |
/run-check_title |
/run-check_dev |
/review 3pointer |
@fengou1: GitHub didn't allow me to request PR reviews from the following users: YuJuncen. 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. |
/cc @YuJuncen |
@fengou1: GitHub didn't allow me to request PR reviews from the following users: YuJuncen. 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rest lgtm
/cc @Leavrth |
/run-check_dev_2 |
/run-check_dev_2 |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: f5ed783
|
/label type/5.2-cherry-pick |
@fengou1: The label(s) 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 ti-community-infra/tichi repository. |
/label needs-cherry-pick-5.2 |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-5.2 in PR #27727 |
Existed Unit Test passed, the new UT need a lot of work and will create a new PR to UT. |
What problem does this PR solve?
Issue Number: close #27247
Problem Summary:
SQL backup and restore show a 0 size
What is changed and how it works?
SQL backup and restore shall show a correct size, not 0.
Proposal: xxx
What's Changed:
add backup size
How it Works:
glue is communitation class between tidb and br, glue does not record a size for general tidb sql.
Check List
Tests
on centos, using tiup to create cluster following by https://docs.pingcap.com/zh/tidb/stable/quick-start-with-tidb#使用-tiup-cluster-在单机上模拟生产环境部署步骤
filled some data as issue described: BACKUP SQL Command returns size of 0 #27247
exec sql backup and restore, then check the result
create backup by command
Side effects
Documentation
Release note