xinyiZzz commented on a change in pull request #7032:
URL: https://github.com/apache/incubator-doris/pull/7032#discussion_r745535484



##########
File path: gensrc/thrift/FrontendService.thrift
##########
@@ -695,6 +695,7 @@ struct TFrontendPingFrontendResult {
     4: required i32 rpcPort
     5: required i64 replayedJournalId
     6: required string version
+    7: required i64 startTime

Review comment:
       done

##########
File path: gensrc/thrift/HeartbeatService.thrift
##########
@@ -31,6 +31,13 @@ struct TMasterInfo {
     8: optional i64 backend_id
 }
 
+// Contain master
+struct TFrontendInfo {
+    1: required Types.TNetworkAddress network_address

Review comment:
       done

##########
File path: gensrc/thrift/HeartbeatService.thrift
##########
@@ -46,5 +53,5 @@ struct THeartbeatResult {
 }
 
 service HeartbeatService {
-    THeartbeatResult heartbeat(1:TMasterInfo master_info);
-}
+    THeartbeatResult heartbeat(1:TMasterInfo master_info, 
2:list<TFrontendInfo> frontend_info);

Review comment:
       done




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