store/tikv: batch regions in a single scatter request#24593
store/tikv: batch regions in a single scatter request#24593rleungx wants to merge 1 commit intopingcap:masterfrom
Conversation
|
/cc @Yisaer |
Signed-off-by: Ryan Leung <rleungx@gmail.com>
|
/cc @nolouch |
|
[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. DetailsReviewer can indicate their review by submitting an approval review. |
|
@rleungx: PR needs rebase. DetailsInstructions 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/test-infra repository. |
|
@rleungx may this PR goes to client-go? I think there is no |
|
Close it since the corresponding code has moved to |
Signed-off-by: Ryan Leung rleungx@gmail.com
What problem does this PR solve?
Problem Summary: For now, we call
ScatterRegionsfor every single region.What is changed and how it works?
What's Changed: This PR supports sending multi regions in a single request.
Check List
Tests
Release note