-
Notifications
You must be signed in to change notification settings - Fork 411
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
*: Make tiflash compatible with the cse branch #9765
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: JaySon-Huang <[email protected]>
Signed-off-by: JaySon-Huang <[email protected]>
Signed-off-by: JaySon-Huang <[email protected]>
Signed-off-by: JaySon-Huang <[email protected]>
Signed-off-by: JaySon-Huang <[email protected]>
Signed-off-by: JaySon-Huang <[email protected]>
Signed-off-by: JaySon-Huang <[email protected]>
Signed-off-by: JaySon-Huang <[email protected]>
Signed-off-by: JaySon-Huang <[email protected]>
9acc7d5
to
2dbf453
Compare
Signed-off-by: JaySon-Huang <[email protected]>
Signed-off-by: JaySon-Huang <[email protected]>
2dbf453
to
236d14f
Compare
Signed-off-by: JaySon-Huang <[email protected]>
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
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: yongman 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 |
@yongman: 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. |
{ | ||
LOG_WARNING( | ||
log, | ||
"Region skip restore because keyspace in blacklist, region_id={} keyspace={}", |
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.
"Region skip restore because keyspace in blacklist, region_id={} keyspace={}", | |
"Region skip restore because keyspace in blocklist, region_id={} keyspace={}", |
|
||
LOG_INFO( | ||
log, | ||
"Load blacklist file done, total {} keyspaces and {} regions in blacklist.", |
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.
"Load blacklist file done, total {} keyspaces and {} regions in blacklist.", | |
"Load blocklist file done, total {} keyspaces and {} regions in blacklist.", |
} | ||
else | ||
{ | ||
LOG_INFO(log, "blacklist file not exists or non-readble, ignore it."); |
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.
LOG_INFO(log, "blacklist file not exists or non-readble, ignore it."); | |
LOG_INFO(log, "blocklist file not exists or non-readble, ignore it."); |
What problem does this PR solve?
Issue Number: close #9767
Problem Summary:
What is changed and how it works?
The following adoption of cse only enable when
SERVERLESS_PROXY = 1
is definedvarInt
instead ofu8
Acquiring the all the region ids created in this TiFlash node with given keyspace id
Check List
Tests
Side effects
Documentation
Release note