Skip to content
Closed
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
4 changes: 2 additions & 2 deletions thrift/shared.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@ struct UpdateDomainResponse {
struct FailoverDomainRequest {
10: optional string domainName
20: optional string domainActiveClusterName
// only applicable to active-active domains where
// only applicable to active-active domains where
// specific cluster-attributes are being failed over
30: optional ActiveClusters activeClusters
}
Expand Down Expand Up @@ -1262,7 +1262,7 @@ struct FailoverEvent {
// Can be passed with the ID to fetch a specific event.
20: optional i64 (js.type = "Long") createdTime
30: optional FailoverType failoverType
40: optional List<ClusterFailover> clusterFailovers
40: optional list<ClusterFailover> clusterFailovers
}

struct ClusterFailover {
Expand Down