yiguolei commented on code in PR #14711: URL: https://github.com/apache/doris/pull/14711#discussion_r1036733884
########## be/src/exec/hash_join_node.cpp: ########## @@ -184,7 +184,7 @@ Status HashJoinNode::close(RuntimeState* state) { void HashJoinNode::probe_side_open_thread(RuntimeState* state, std::promise<Status>* status) { SCOPED_ATTACH_TASK(state); - SCOPED_CONSUME_MEM_TRACKER(mem_tracker_shared()); + SCOPED_CONSUME_MEM_TRACKER(mem_tracker_growh_shared()); Review Comment: Why do we need shared here? RawPtr not OK? -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org