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


##########
be/src/runtime/exec_env.h:
##########
@@ -271,6 +272,7 @@ class ExecEnv {
 
     void set_storage_engine(std::unique_ptr<BaseStorageEngine>&& engine);
     void set_cache_manager(CacheManager* cm) { this->_cache_manager = cm; }
+    void set_process_profile(ProcessProfile* pp) { this->_process_profile = 
pp; }

Review Comment:
   不能支持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

Reply via email to