-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
kv request: configurable KV Timeout #45601
kv request: configurable KV Timeout #45601
Conversation
Hi @hihihuhu. Thanks for your PR. I'm waiting for a pingcap member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions 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. |
Hi @hihihuhu. Thanks for your PR. PRs from untrusted users cannot be marked as trusted with I understand the commands that are listed here. Instructions 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. |
d644eb2
to
ca0f947
Compare
/ok-to-test |
/test all |
@hawkingrei: No presubmit jobs available for pingcap/tidb@dev_tidb_kv_read_timeout In response to this:
Instructions 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. |
1 similar comment
@hawkingrei: No presubmit jobs available for pingcap/tidb@dev_tidb_kv_read_timeout In response to this:
Instructions 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. |
@hihihuhu Can you change the target base branch to master? |
@hawkingrei Currently, we are actively developing in the development branch, and once the features are fully refined, they will be merged into the master branch. |
/test all |
@hawkingrei: No presubmit jobs available for pingcap/tidb@feature/dev_tidb_kv_read_timeout In response to this:
Instructions 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. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #45601 +/- ##
================================================
- Coverage 74.7531% 73.1961% -1.5570%
================================================
Files 1293 1300 +7
Lines 398022 400215 +2193
================================================
- Hits 297534 292942 -4592
- Misses 81121 88710 +7589
+ Partials 19367 18563 -804
Flags with carried forward coverage won't be shown. Click here to find out more.
|
ca0f947
to
fde6a95
Compare
Signed-off-by: crazycs520 <[email protected]>
Signed-off-by: crazycs520 <[email protected]>
…b_kv_read_timeout
cc4381d
to
fb5a7ab
Compare
[LGTM Timeline notifier]Timeline:
|
/retest |
/approve discussed with @cfzjywxk , LGTM |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: crazycs520, easonn7, you06 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: crazycs520 <[email protected]>
/retest |
1 similar comment
/retest |
…b_kv_read_timeout
/retest |
2 similar comments
/retest |
/retest |
* kv request: configurable KV Timeout (#45601) close #45380 * update go.mod Signed-off-by: crazycs520 <[email protected]> * refine code Signed-off-by: crazycs520 <[email protected]> * make bazel_prepare Signed-off-by: crazycs520 <[email protected]> * update go.mod Signed-off-by: crazycs520 <[email protected]> * update go.mod Signed-off-by: crazycs520 <[email protected]> --------- Signed-off-by: crazycs520 <[email protected]> Co-authored-by: Chen Ding <[email protected]>
* kv request: configurable KV Timeout (#45601) close #45380 * update go.mod Signed-off-by: crazycs520 <[email protected]> * refine code Signed-off-by: crazycs520 <[email protected]> * make bazel_prepare Signed-off-by: crazycs520 <[email protected]> * update go.mod Signed-off-by: crazycs520 <[email protected]> * update go.mod Signed-off-by: crazycs520 <[email protected]> --------- Signed-off-by: crazycs520 <[email protected]> Co-authored-by: Chen Ding <[email protected]>
* kv request: configurable KV Timeout (#45601) close #45380 * update go.mod Signed-off-by: crazycs520 <[email protected]> * refine code Signed-off-by: crazycs520 <[email protected]> * make bazel_prepare Signed-off-by: crazycs520 <[email protected]> * update go.mod Signed-off-by: crazycs520 <[email protected]> * update go.mod Signed-off-by: crazycs520 <[email protected]> --------- Signed-off-by: crazycs520 <[email protected]> Co-authored-by: Chen Ding <[email protected]>
What problem does this PR solve?
Issue Number: close #45380
Problem Summary:
What is changed and how it works?
include:
not yet finished:
waiting for client-go implementation, adding a TODO for now
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.
cc @Tema