dataroaring commented on a change in pull request #8443: URL: https://github.com/apache/incubator-doris/pull/8443#discussion_r825299837
########## File path: be/src/runtime/plan_fragment_executor.cpp ########## @@ -86,28 +86,6 @@ Status PlanFragmentExecutor::prepare(const TExecPlanFragmentParams& request, _runtime_state.reset(new RuntimeState(params, request.query_options, query_globals, _exec_env)); _runtime_state->set_query_fragments_ctx(fragments_ctx); - RETURN_IF_ERROR(_runtime_state->init_mem_trackers(_query_id)); Review comment: because init_mem_tracker set query_mem_tracker as fragment_mem_tracker's child if fragment_mem_tracker has been set. -- 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