-
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
Inforschema, executor: add push down for tikv_region_peers #28211
Conversation
[REVIEW NOTIFICATION] This pull request has not been approved. 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. |
d364324
to
9007cf3
Compare
3ff3e33
to
8bf6d56
Compare
…e_reader.go ref pingcap#28330 Signed-off-by: IcePigZDB <[email protected]>
Signed-off-by: IcePigZDB <[email protected]>
Signed-off-by: IcePigZDB <[email protected]>
414b753
to
edca445
Compare
Signed-off-by: IcePigZDB <[email protected]>
Signed-off-by: IcePigZDB <[email protected]>
Signed-off-by: IcePigZDB <[email protected]>
Signed-off-by: IcePigZDB <[email protected]>
/run-all-tests |
9c378f1
to
60baf61
Compare
82117f3
to
b776385
Compare
Signed-off-by: icepigzdb <[email protected]>
b776385
to
1b1d917
Compare
split into two small pr:
|
Co-authored-by: JmPotato <[email protected]>
Signed-off-by: IcePigZDB <[email protected]>
…kvRegionPeersExtractor Signed-off-by: IcePigZDB <[email protected]>
Signed-off-by: IcePigZDB <[email protected]>
Signed-off-by: IcePigZDB <[email protected]>
Code Coverage Details: https://codecov.io/github/pingcap/tidb/commit/b8277f933924d9ff49747374f934726c8779c9a8 |
close by PRs split from this PR, which are list above. |
What problem does this PR solve?
Tracking Issue: #28330
Problem Summary:
push down for tikv_region_peers.
What is changed and how it works?
add TikvRegionPeersExtractor to push down STORE_ID and REGION_ID.
add tikvRegionPeersRetriever to fetch regions information from PD.
Check List
Tests
Side effects
Documentation
Release note