yiguolei commented on code in PR #19720: URL: https://github.com/apache/doris/pull/19720#discussion_r1195830036
########## be/src/util/mem_info.cpp: ########## @@ -179,18 +184,30 @@ bool MemInfo::process_full_gc() { } } + if (doris::config::memory_debug) { + LOG(INFO) << MemTrackerLimiter::type_detail_usage("Before free top memory query in Full GC", Review Comment: 直接 LOG(DEBUG) 就行了,这样我们给用户传递一个清晰的使用方式,就是BE 开debug log会看到很多详细信息,否则每个模块都有一个 debug 日志的开关,那么就不好搞了 -- 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