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


##########
be/src/agent/heartbeat_server.cpp:
##########
@@ -81,6 +81,7 @@ void HeartbeatServer::heartbeat(THeartbeatResult& 
heartbeat_result,
         heartbeat_result.backend_info.__set_be_node_role(config::be_node_role);
         // If be is gracefully stop, then k_doris_exist is set to true
         heartbeat_result.backend_info.__set_is_shutdown(doris::k_doris_exit);
+        heartbeat_result.backend_info.__set_be_process_uuid(_be_epoch);

Review Comment:
    why not use start time?



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