yiguolei commented on code in PR #50107:
URL: https://github.com/apache/doris/pull/50107#discussion_r2051880941


##########
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:
   他应该不会包括别的任务。因为他是给FE 做汇报审计日志使用的。而compaction 不需要跟fe 汇报。
   另外,他得是shared ptr,因为给fe 汇报是异步的,当query 结束了,可能还没给fe 汇报。



-- 
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

Reply via email to