Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions gensrc/thrift/BackendService.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ struct TWarmUpCacheAsyncRequest {
1: required string host
2: required i32 brpc_port
3: required list<i64> tablet_ids
4: optional string cloud_compute_group_id
}

struct TWarmUpCacheAsyncResponse {
Expand Down
1 change: 1 addition & 0 deletions gensrc/thrift/HeartbeatService.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ struct TFrontendInfo {

struct TCloudClusterInfo {
1: optional bool isStandby
2: optional string cloud_compute_group_id
}

struct TMasterInfo {
Expand Down
1 change: 1 addition & 0 deletions gensrc/thrift/Types.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Loading