xinyiZzz commented on code in PR #48293:
URL: https://github.com/apache/doris/pull/48293#discussion_r1969100670


##########
be/src/runtime/query_context.cpp:
##########
@@ -187,7 +187,8 @@ QueryContext::~QueryContext() {
     _exec_env->spill_stream_mgr()->async_cleanup_query(_query_id);
     DorisMetrics::instance()->query_ctx_cnt->increment(-1);
     // the only one msg shows query's end. any other msg should append to it 
if need.
-    LOG_INFO("Query {} deconstructed, mem_tracker: {}", 
print_id(this->_query_id), mem_tracker_msg);
+    VLOG(10) << fmt::format("Query {} deconstructed, mem_tracker: {}", 
print_id(this->_query_id),

Review Comment:
   这行日志和上面 157 行保留一个就行,重复了,我感觉在析构结束的 190 行更好



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