-
Notifications
You must be signed in to change notification settings - Fork 118
pd-client grpc forward (#203) #206
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
pd-client grpc forward (#203) #206
Conversation
|
/run-all-tests |
* forward pd leader Signed-off-by: Little-Wallace <bupt2013211450@gmail.com> Signed-off-by: birdstorm <samuelwyf@hotmail.com>
7b15468 to
85ef5f0
Compare
birdstorm
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
|
/merge |
|
/run-all-tests |
|
@ti-srebot merge failed. |
|
/merge |
|
/run-all-tests |
You can try merge master before running tests, I have fixed a lint issue and the issue of test you just fixed. |
thanks! |
birdstorm
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
cherry-pick #203 to release-3.1
You can switch your code base to this Pull Request by using git-extras:
# In client-java repo: git pr https://github.com/tikv/client-java/pull/206After apply modifications, you can push your change to this PR via:
What problem does this PR solve?
Support grpc-forward for PDClient. When pd servers are partitioned by network problem, we can forward request by other server.
What is changed and how it works?
Check List
Tests
Code changes
Side effects
Related changes