You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/04/15 10:11:59 UTC

[GitHub] [incubator-doris] mrhhsg commented on a diff in pull request #8994: [Fix]Crash caused by adding mem_tracker in get_next

mrhhsg commented on code in PR #8994:
URL: https://github.com/apache/incubator-doris/pull/8994#discussion_r851194612


##########
be/src/vec/exec/vexchange_node.cpp:
##########
@@ -73,6 +73,8 @@ Status VExchangeNode::open(RuntimeState* state) {
         RETURN_IF_ERROR(_stream_recvr->create_merger(_vsort_exec_exprs.lhs_ordering_expr_ctxs(),
                                                      _is_asc_order, _nulls_first,
                                                      state->batch_size(), _limit, _offset));
+    } else {
+        ADD_THREAD_LOCAL_MEM_TRACKER(_stream_recvr->mem_tracker());

Review Comment:
   Yes, and I will close the PR since you are working on it.



-- 
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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org