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


##########
be/src/runtime/tablets_channel.cpp:
##########
@@ -265,6 +266,7 @@ Status TabletsChannel::reduce_mem_usage(int64_t mem_limit) {
         }
     }
     VLOG_CRITICAL << "flush " << counter << " memtables to reduce memory: " << 
sum;
+    LOG(INFO) << "before reduce: tabelts channle consume "<< mem_consumption();

Review Comment:
   LOG(INFO) here may be frequent, consider deleting



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to