-
Notifications
You must be signed in to change notification settings - Fork 720
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
dr-autosync: add metrics #7110
dr-autosync: add metrics #7110
Conversation
fix tikv#6975 Signed-off-by: disksing <[email protected]>
[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. |
Codecov Report
@@ Coverage Diff @@
## master #7110 +/- ##
==========================================
+ Coverage 74.40% 74.42% +0.02%
==========================================
Files 440 441 +1
Lines 47180 47216 +36
==========================================
+ Hits 35104 35141 +37
- Misses 8986 8989 +3
+ Partials 3090 3086 -4
Flags with carried forward coverage won't be shown. Click here to find out more. |
Signed-off-by: disksing <[email protected]>
Signed-off-by: disksing <[email protected]>
@CabinfeverB added tick rate panel. |
/merge |
@CabinfeverB: It seems you want to merge this PR, I will help you trigger all the tests: /run-all-tests You only need to trigger
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. |
This pull request has been accepted and is ready to merge. Commit hash: 34430ea
|
/merge |
@disksing: It seems you want to merge this PR, I will help you trigger all the tests: /run-all-tests You only need to trigger
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. |
/run-all-tests |
/hold |
/hold cancel |
/hold |
/hold cancel |
/cherry-pick release-6.5 |
In response to a cherrypick label: new pull request created to branch |
@disksing: new pull request could not be created: failed to create pull request against tikv/pd#release-6.5 from head ti-chi-bot:cherry-pick-7110-to-release-6.5: status code 422 not one of [201], body: {"message":"Validation Failed","errors":[{"resource":"PullRequest","code":"custom","message":"A pull request already exists for ti-chi-bot:cherry-pick-7110-to-release-6.5."}],"documentation_url":"https://docs.github.com/rest/pulls/pulls#create-a-pull-request"} 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. |
close #6975 Signed-off-by: disksing <[email protected]> Co-authored-by: disksing <[email protected]>
close tikv#6975 Signed-off-by: disksing <[email protected]> Co-authored-by: disksing <[email protected]>
Co-authored-by: Ti Chi Robot <[email protected]>
/cherry-pick release-7.1 |
close tikv#6975 Signed-off-by: ti-chi-bot <[email protected]>
@TonsnakeLin: new pull request created to branch 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. |
close tikv#6975 Co-authored-by: Ti Chi Robot <[email protected]>
close tikv#6975 Co-authored-by: Ti Chi Robot <[email protected]> Signed-off-by: TonsnakeLin <[email protected]>
close #6975 Signed-off-by: TonsnakeLin <[email protected]> Co-authored-by: disksing <[email protected]> Co-authored-by: Ti Chi Robot <[email protected]>
What problem does this PR solve?
Issue Number: Close #6975
What is changed and how does it work?
add some dr-autosync related metrics
numbers are used to distinguish different states, the map is
Check List
Tests
sync state
async wait
async
sync recover
sync
Release note