copr: make cop request timeout a config parameter#45131
copr: make cop request timeout a config parameter#45131ti-chi-bot[bot] merged 8 commits intopingcap:masterfrom
Conversation
|
Hi @SpadeA-Tang. Thanks for your PR. PRs from untrusted users cannot be marked as trusted with I understand the commands that are listed here. 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. |
| github.com/dgrijalva/jwt-go => github.com/form3tech-oss/jwt-go v3.2.6-0.20210809144907-32ab6a8243d7+incompatible | ||
| github.com/go-ldap/ldap/v3 => github.com/YangKeao/ldap/v3 v3.4.5-0.20230421065457-369a3bab1117 | ||
| github.com/pingcap/tidb/parser => ./parser | ||
| github.com/tikv/client-go/v2 => github.com/SpadeA-Tang/client-go/v2 v2.0.1-0.20230703094423-9f0b330b9fad |
There was a problem hiding this comment.
Please provide the url of the corresponding PR of client-go, and ask for reviews for that PR first.
There was a problem hiding this comment.
Signed-off-by: Spade A <u6748471@anu.edu.au>
Signed-off-by: Spade A <u6748471@anu.edu.au>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cfzjywxk, MyonKeminta The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[LGTM Timeline notifier]Timeline:
|
What problem does this PR solve?
Issue Number: close #45298
Ref tikv/tikv#15106
Problem Summary:
In dynamic region setting, region can be very large. Although copr request is based on buckets in the region, the bucket is not always even splitted properly, which makes the fix value of cop timeout 60s not appropriate for these cases.
What is changed and how it works?
Check List
Tests
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.