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


##########
be/src/agent/heartbeat_server.h:
##########
@@ -62,6 +63,15 @@ class HeartbeatServer : public HeartbeatServiceIf {
     TMasterInfo* _master_info;
     int64_t _fe_epoch;
 
+    ExecEnv* _exec_env;
+
+    struct FeInternalInfo {
+        TFrontendInfo _fe_info;
+        int _unknown_counter = 0;
+    };
+    // TODO(zhiqiang): make sure address is right.

Review Comment:
   add  comment here  to explain network address, for example  feip:rpc_port



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