xinyiZzz commented on a change in pull request #8669:
URL: https://github.com/apache/incubator-doris/pull/8669#discussion_r836018002
##########
File path: be/src/exec/blocking_join_node.cpp
##########
@@ -88,6 +88,7 @@ void BlockingJoinNode::build_side_thread(RuntimeState* state,
std::promise<Statu
}
Status BlockingJoinNode::open(RuntimeState* state) {
+ SCOPED_SWITCH_THREAD_LOCAL_MEM_TRACKER(mem_tracker());
Review comment:
By default `switch` is placed after `SCOPED_TIMER`.
Here, because `switch` needs to be placed before `ExecNode::open`.
Maybe I should also change `SCOPED_TIMER` before `ExecNode::open`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]