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: [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]