*: Fix incorrect mapped allocation per thread metric#18126
*: Fix incorrect mapped allocation per thread metric#18126ti-chi-bot[bot] merged 2 commits intotikv:masterfrom
Conversation
Signed-off-by: Connor1996 <zbk602423539@gmail.com>
hbisheng
left a comment
There was a problem hiding this comment.
Would be great if we can test this by running BR in a test environment and checking the metrics.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: glorv, hbisheng, v01dstar 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 |
|
/test |
|
@v01dstar: The The following commands are available to trigger optional jobs: Use DetailsIn 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-sigs/prow repository. |
|
/test pull-unit-test |
close tikv#18125 Fix incorrect mapped allocation per thread metric Not all thread builders are hooked by `thread_allocate_exclusive_arena`, so some threads are using shared arena, causing incorrect per thread allocation. Signed-off-by: Connor1996 <zbk602423539@gmail.com> Signed-off-by: xzhangxian1008 <xzhangxian@foxmail.com>
close tikv#18125 Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
|
In response to a cherrypick label: new pull request created to branch |
|
In response to a cherrypick label: new pull request created to branch |
close #18125 Fix incorrect mapped allocation per thread metric Not all thread builders are hooked by `thread_allocate_exclusive_arena`, so some threads are using shared arena, causing incorrect per thread allocation. Signed-off-by: Connor1996 <zbk602423539@gmail.com> Co-authored-by: Connor1996 <zbk602423539@gmail.com>
|
/cherry-pick release-7.5 |
|
@hhwyt: new pull request created to branch DetailsIn 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 ti-community-infra/tichi repository. |
close tikv#18125 Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
close tikv#18125 Fix incorrect mapped allocation per thread metric Not all thread builders are hooked by `thread_allocate_exclusive_arena`, so some threads are using shared arena, causing incorrect per thread allocation. Signed-off-by: Connor1996 <zbk602423539@gmail.com> (cherry picked from commit 18f4419)
close tikv#18125 Fix incorrect mapped allocation per thread metric Not all thread builders are hooked by `thread_allocate_exclusive_arena`, so some threads are using shared arena, causing incorrect per thread allocation. Signed-off-by: Connor1996 <zbk602423539@gmail.com> (cherry picked from commit 18f4419)
close tikv#18125 Fix incorrect mapped allocation per thread metric Not all thread builders are hooked by `thread_allocate_exclusive_arena`, so some threads are using shared arena, causing incorrect per thread allocation. Signed-off-by: Connor1996 <zbk602423539@gmail.com> (cherry picked from commit 18f4419) Signed-off-by: hhwyt <hhwyt1@gmail.com>
close tikv#18125 Fix incorrect mapped allocation per thread metric Not all thread builders are hooked by `thread_allocate_exclusive_arena`, so some threads are using shared arena, causing incorrect per thread allocation. Signed-off-by: Connor1996 <zbk602423539@gmail.com> (cherry picked from commit 18f4419) Signed-off-by: hhwyt <hhwyt1@gmail.com>
close tikv#18125 Fix incorrect mapped allocation per thread metric Not all thread builders are hooked by `thread_allocate_exclusive_arena`, so some threads are using shared arena, causing incorrect per thread allocation. Signed-off-by: Connor1996 <zbk602423539@gmail.com> (cherry picked from commit 18f4419) Signed-off-by: hhwyt <hhwyt1@gmail.com>
close #18125 Fix incorrect mapped allocation per thread metric Not all thread builders are hooked by `thread_allocate_exclusive_arena`, so some threads are using shared arena, causing incorrect per thread allocation. Signed-off-by: Connor1996 <zbk602423539@gmail.com> Signed-off-by: hhwyt <hhwyt1@gmail.com> Co-authored-by: Connor <zbk602423539@gmail.com>
|
In response to a cherrypick label: new pull request created to branch |
close #18125 Fix incorrect mapped allocation per thread metric Not all thread builders are hooked by `thread_allocate_exclusive_arena`, so some threads are using shared arena, causing incorrect per thread allocation. Signed-off-by: Connor1996 <zbk602423539@gmail.com> Co-authored-by: Connor1996 <zbk602423539@gmail.com>
What is changed and how it works?
Issue Number: Close #18125
What's Changed:
Related changes
pingcap/docs/pingcap/docs-cn:Check List
Tests
Side effects
Release note