-
Notifications
You must be signed in to change notification settings - Fork 118
[close #459] use target store context instead of proxy store context when calling grpc forward #458
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
[close #459] use target store context instead of proxy store context when calling grpc forward #458
Conversation
…grpc forward Signed-off-by: marsishandsome <marsishandsome@gmail.com>
|
/run-all-tests |
zz-jason
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.
could you add some tests?
This might need MockTiKV to cover this path, which we don't have now. |
is there another method to add a test without mocktikv? |
zz-jason
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
|
LGTM |
|
/merge |
|
/run-all-tests |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
|
cherry pick to release-3.1 in PR #517 |
|
/run-cherry-picker |
…when calling grpc forward (#458) (#523) Co-authored-by: Jian Zhang <zjsariel@gmail.com> Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com> Signed-off-by: marsishandsome <marsishandsome@gmail.com> Co-authored-by: Jian Zhang <zjsariel@gmail.com> Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
Signed-off-by: marsishandsome marsishandsome@gmail.com
What problem does this PR solve?
close #459
got StoreNotMatch error when using switchProxyStore
What is changed and how it works?
use target store context instead of proxy store context when calling grpc forward