-
Notifications
You must be signed in to change notification settings - Fork 118
PDClient: Add function to call pause checker API #277
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
Conversation
Signed-off-by: Peng Guanwen <pg999w@outlook.com>
|
/cc @marsishandsome |
Signed-off-by: Peng Guanwen <pg999w@outlook.com>
Signed-off-by: Peng Guanwen <pg999w@outlook.com>
|
/run-all-tests |
marsishandsome
left a comment
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.
let's merge this PR after tikv/pd#4092 is merged
|
run |
Co-authored-by: Liangliang Gu <marsishandsome@gmail.com> Signed-off-by: Peng Guanwen <pg999w@outlook.com>
|
/run-all-tests |
Signed-off-by: Peng Guanwen <pg999w@outlook.com>
|
/run-all-tests |
2 similar comments
|
/run-all-tests |
|
/run-all-tests |
Signed-off-by: Peng Guanwen <pg999w@outlook.com>
|
/run-all-tests |
Signed-off-by: Peng Guanwen <pg999w@outlook.com>
|
/run-all-tests |
1 similar comment
|
/run-all-tests |
Signed-off-by: Peng Guanwen <pg999w@outlook.com>
|
/run-all-tests |
Signed-off-by: Peng Guanwen <pg999w@outlook.com>
|
/run-all-tests |
1 similar comment
|
/run-all-tests |
Signed-off-by: Peng Guanwen <pg999w@outlook.com>
marsishandsome
left a comment
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.
LGTM
|
/run-all-tests |
|
pause checker is not enough for bulkload, we should also remove pd's schedulers |
Signed-off-by: Peng Guanwen pg999w@outlook.com
What problem does this PR solve?
#268 needs to call pause checker in Java client. This PR adds the function.
What is changed and how it works?
Added functions:
PDClient.keepPauseCheckerPDClient.stopKeepPauseCheckerPDClient.resumeCheckerCheck List
Tests
Code changes
Related changes