Fix the incorrect value of the max thread size (#9881)#9884
Conversation
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
|
@CalvinNeo This PR has conflicts, I have hold it. |
| @@ -0,0 +1,82 @@ | |||
| // Copyright 2025 PingCAP, Inc. | |||
There was a problem hiding this comment.
Just add it under KVStore/ temporarily.
KVStore in this version is not a static lib.
Or move it under Transaction? What do you think? @JaySon-Huang
There was a problem hiding this comment.
Keep this file under KVStore in the branch <= 7.1 is OK to me.
|
/unhold |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CalvinNeo, JaySon-Huang 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:
|
This is an automated cherry-pick of #9881
What problem does this PR solve?
Issue Number: close #9880, ref #9745
Problem Summary:
See the issue. We make
setAutonot static as a workaround. However, we have to handle the coupling of Proxy and Settings.h.What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note