-
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: enhance the output infomation (#36676) #36706
br: enhance the output infomation (#36676) #36706
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. |
/run-all-tests |
@joccau you're already a collaborator in bot's repo. |
c67ffea
to
29fc037
Compare
29fc037
to
830d3f1
Compare
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 9905d79
|
/rebuild |
Code Coverage Details: https://codecov.io/github/pingcap/tidb/commit/9905d79e417068d99f9de95600dd0cc97a7416bc |
cherry-pick #36676 to release-6.2
You can switch your code base to this Pull Request by using git-extras:
# In tidb repo: git pr https://github.com/pingcap/tidb/pull/36706
After apply modifications, you can push your change to this PR via:
Signed-off-by: joccau zak.zhao@pingcap.com
What problem does this PR solve?
Issue Number: ref #29501
Problem Summary:
What is changed and how it works?
Enhance the output about
br restore point
Check List
Tests
Manual test
[2022/07/28 20:15:56.389 +08:00] [INFO] [collector.go:69] ["restore log success summary"] [total-take=2.893277834s] [restore-from=434846695190167553] [restore-to=434847089271504897] [restore-from="2022-07-26 12:08:19.108 +0800"] [restore-to="2022-07-26 12:33:22.409 +0800"] [total-kv-count=13] [total-size=12.9kB] [average-speed=4.46kB/s]
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.