yiguolei commented on code in PR #50107: URL: https://github.com/apache/doris/pull/50107#discussion_r2051445790
########## be/src/runtime/runtime_query_statistics_mgr.cpp: ########## @@ -521,4 +521,12 @@ void RuntimeQueryStatisticsMgr::get_active_be_tasks_block(vectorized::Block* blo } } +void RuntimeQueryStatisticsMgr::get_tasks_resource_context( Review Comment: memory reclaim 依赖这个可能有风险。 因为这个只是query的。 而memory reclaim 未来可能会输出所有类型的任务,不仅仅是query。 但是当前可以先不改。 -- 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