zhiqiang-hhhh commented on code in PR #43144: URL: https://github.com/apache/doris/pull/43144#discussion_r1899966205
########## be/src/runtime/exec_env.h: ########## @@ -263,6 +264,8 @@ class ExecEnv { return _write_cooldown_meta_executors.get(); } + DorisMetrics* doris_metrics() { return _doris_metrics; } Review Comment: DorisMetrics 必须交给 ExecEnv 管理生命周期 -- 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