store/driver: set MaxCallRecvMsgSize to MaxInt32 for pd client - #56278
Conversation
Signed-off-by: Ryan Leung <rleungx@gmail.com>
MaxCallRecvMsgSize to MaxInt32 for pd clientMaxCallRecvMsgSize to MaxInt32 for pd client
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #56278 +/- ##
================================================
+ Coverage 73.4525% 75.4487% +1.9961%
================================================
Files 1605 1605
Lines 444823 444870 +47
================================================
+ Hits 326734 335649 +8915
+ Misses 98037 88770 -9267
- Partials 20052 20451 +399
Flags with carried forward coverage won't be shown. Click here to find out more.
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JmPotato, nolouch, you06 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 |
|
In response to a cherrypick label: new pull request created to branch |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
|
In response to a cherrypick label: new pull request created to branch |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
|
In response to a cherrypick label: new pull request created to branch |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
What problem does this PR solve?
Issue Number: close #55872.
Problem Summary:
What changed and how does it work?
The original pd client uses the default
MaxCallRecvMsgSizewhich is 4MB.Check List
Tests
tiup playground nightly --kv 3 --pd 1 --db 1 --tiflash 0 --host 10.2.8.101mysql -h 10.2.8.101 -P 43099 -u root -D test --comments -e "create table t(id bigint primary key)"Release note
Please refer to Release Notes Language Style Guide to write a quality release note.