-
Notifications
You must be signed in to change notification settings - Fork 9
import: write RPC will check region epoch before continue && br: pre-check TiKV disk space before download (#17238) (#17569) #401
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
close tikv#15003 Signed-off-by: lance6716 <[email protected]> Co-authored-by: tonyxuqqi <[email protected]>
close tikv#17224 Add a disk usage check when execute `download` and `apply` RPC from br. When the disk is not `Normal`, the request would be rejected. Signed-off-by: ti-chi-bot <[email protected]> Signed-off-by: hillium <[email protected]> Co-authored-by: ris <[email protected]> Co-authored-by: hillium <[email protected]>
Signed-off-by: JaySon-Huang <[email protected]>
Signed-off-by: JaySon-Huang <[email protected]>
/test pull-unit-test |
1 similar comment
/test pull-unit-test |
Signed-off-by: Calvin Neo <[email protected]>
Signed-off-by: Calvin Neo <[email protected]>
/retest |
Signed-off-by: Calvin Neo <[email protected]>
@JaySon-Huang: 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-sigs/prow repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: JaySon-Huang The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
47ebe57
into
pingcap:raftstore-proxy-7.5
close tikv#17224 and close tikv#15053
pick these two commit
Add a disk usage check when execute
download
andapply
RPC from br. When the disk is notNormal
, the request would be rejected.What is changed and how it works?
Issue Number: Close #xxx
What's Changed:
Related changes
pingcap/docs
/pingcap/docs-cn
:Check List
Tests
Side effects
Release note