diff --git a/gensrc/thrift/BackendService.thrift b/gensrc/thrift/BackendService.thrift index 44c1e7cd94c619..1fe7fb299fcb65 100644 --- a/gensrc/thrift/BackendService.thrift +++ b/gensrc/thrift/BackendService.thrift @@ -135,6 +135,7 @@ struct TWarmUpCacheAsyncRequest { 1: required string host 2: required i32 brpc_port 3: required list tablet_ids + 4: optional string cloud_compute_group_id } struct TWarmUpCacheAsyncResponse { diff --git a/gensrc/thrift/HeartbeatService.thrift b/gensrc/thrift/HeartbeatService.thrift index ecf9727cf3e0db..3fde7fdf2dfe3f 100644 --- a/gensrc/thrift/HeartbeatService.thrift +++ b/gensrc/thrift/HeartbeatService.thrift @@ -31,6 +31,7 @@ struct TFrontendInfo { struct TCloudClusterInfo { 1: optional bool isStandby + 2: optional string cloud_compute_group_id } struct TMasterInfo { diff --git a/gensrc/thrift/Types.thrift b/gensrc/thrift/Types.thrift index 66ad6fd3f549ad..89263fc1731e54 100644 --- a/gensrc/thrift/Types.thrift +++ b/gensrc/thrift/Types.thrift @@ -687,6 +687,7 @@ struct TReplicaInfo { 5: required TReplicaId replica_id 6: optional bool is_alive 7: optional i64 backend_id + 8: optional string cloud_compute_group_id } struct TResourceInfo {