Introduce mpp query level processListEntry#7644
Introduce mpp query level processListEntry#7644ti-chi-bot[bot] merged 13 commits intopingcap:masterfrom
Conversation
dea695f to
4611394
Compare
|
/run-all-tests |
|
/run-all-tests |
916e3a7 to
1e93b23
Compare
|
/run-all-tests |
| private: | ||
| struct ProcessListEntryHolder | ||
| { | ||
| std::shared_ptr<ProcessListEntry> process_list_entry; |
There was a problem hiding this comment.
Might consider cache a raw pointer here to avoid get() overload? Just a suggestion.
There was a problem hiding this comment.
It is only used during compile time, so I think not very necessary to cache a raw pointer.
| if (!abort_reason.empty()) | ||
| return {nullptr, abort_reason}; | ||
| if (query_set == nullptr) | ||
| query_set = addMPPQueryTaskSet(query_id); |
There was a problem hiding this comment.
tiflash/dbms/src/Flash/Mpp/MPPTaskManager.cpp
Line 254 in 986d951
There was a problem hiding this comment.
Yes, you are right, I've updated the code.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: SeaRise, yibin87 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 |
Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>
Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>
Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>
Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>
986d951 to
5846e92
Compare
|
/run-all-tests |
|
/run-integration-test |
1 similar comment
|
/run-integration-test |
This reverts commit b9899e9.
What problem does this PR solve?
Issue Number: close #7643
Problem Summary:
switchMemTrackerfor local tunnel since the memory tracker is now the same in source mpp task and target mpp task.What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note