sduzh commented on a change in pull request #5027:
URL: https://github.com/apache/incubator-doris/pull/5027#discussion_r538124555
##########
File path: gensrc/thrift/FrontendService.thrift
##########
@@ -654,6 +654,25 @@ struct TSnapshotLoaderReportRequest {
5: optional i32 total_num
}
+enum TFrontendPingFrontendStatusCode {
+ OK = 0,
+ FAILED = 1
+}
+
+struct TFrontendPingFrontendRequest {
+ 1: required i32 clusterId
+ 2: required string token
+}
+
+struct TBootstrapResult {
+ 1: required TFrontendPingFrontendStatusCode status
Review comment:
Didn't find any specification that `TStatus` can only be used between BE
and FE.
https://github.com/apache/incubator-doris/blob/49f7eb69bfa9190612e84d5cbe989fe15fb4e995/gensrc/thrift/Status.thrift#L22
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]