-
Notifications
You must be signed in to change notification settings - Fork 118
fix backoff error when using grpc forward #311
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
fix backoff error when using grpc forward #311
Conversation
Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
src/main/java/org/tikv/common/region/AbstractRegionStoreClient.java
Outdated
Show resolved
Hide resolved
marsishandsome
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
Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
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
2029400
|
/run-all-tests |
Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
marsishandsome
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
fix backoff error when using grpc forward Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
fix backoff error when using grpc forward Signed-off-by: Little-Wallace <bupt2013211450@gmail.com> Signed-off-by: marsishandsome <marsishandsome@gmail.com>
Signed-off-by: Little-Wallace bupt2013211450@gmail.com
What problem does this PR solve?
Close #313
What is changed and how it works?
Check List
Tests
Code changes
Side effects
Related changes