HappenLee commented on code in PR #33885:
URL: https://github.com/apache/doris/pull/33885#discussion_r1571922363


##########
be/src/agent/heartbeat_server.cpp:
##########
@@ -88,11 +89,13 @@ void HeartbeatServer::heartbeat(THeartbeatResult& 
heartbeat_result,
                 get_fragment_executing_count());
         heartbeat_result.backend_info.__set_fragment_last_active_time(
                 get_fragment_last_active_time());
+        heartbeat_result.backend_info.__set_be_mem(PerfCounters::get_vm_rss());
     }
     watch.stop();
     if (watch.elapsed_time() > 1000L * 1000L * 1000L) {
         LOG(WARNING) << "heartbeat consume too much time. time=" << 
watch.elapsed_time();
     }
+    LOG_WARNING("yxc test").tag("mem byte", PerfCounters::get_vm_rss());

Review Comment:
   remove the test log



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