Skip to content

Commit 07737e5

Browse files
Google APIscopybara-github
authored andcommitted
fix: extend timeouts for check consistency
PiperOrigin-RevId: 717421943
1 parent 3776db1 commit 07737e5

1 file changed

Lines changed: 18 additions & 12 deletions

File tree

google/bigtable/admin/v2/bigtableadmin_grpc_service_config.json

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@
6060
"service": "google.bigtable.admin.v2.BigtableTableAdmin",
6161
"method": "GenerateConsistencyToken"
6262
},
63-
{
64-
"service": "google.bigtable.admin.v2.BigtableTableAdmin",
65-
"method": "CheckConsistency"
66-
},
6763
{
6864
"service": "google.bigtable.admin.v2.BigtableTableAdmin",
6965
"method": "GetIamPolicy"
@@ -95,10 +91,23 @@
9591
"initialBackoff": "1s",
9692
"maxBackoff": "60s",
9793
"backoffMultiplier": 2,
98-
"retryableStatusCodes": [
99-
"UNAVAILABLE",
100-
"DEADLINE_EXCEEDED"
101-
]
94+
"retryableStatusCodes": ["UNAVAILABLE", "DEADLINE_EXCEEDED"]
95+
}
96+
},
97+
{
98+
"name": [
99+
{
100+
"service": "google.bigtable.admin.v2.BigtableTableAdmin",
101+
"method": "CheckConsistency"
102+
}
103+
],
104+
"timeout": "3600s",
105+
"retryPolicy": {
106+
"maxAttempts": 100,
107+
"initialBackoff": "1s",
108+
"maxBackoff": "60s",
109+
"backoffMultiplier": 2,
110+
"retryableStatusCodes": ["UNAVAILABLE", "DEADLINE_EXCEEDED"]
102111
}
103112
},
104113
{
@@ -180,10 +189,7 @@
180189
"initialBackoff": "1s",
181190
"maxBackoff": "60s",
182191
"backoffMultiplier": 2,
183-
"retryableStatusCodes": [
184-
"UNAVAILABLE",
185-
"DEADLINE_EXCEEDED"
186-
]
192+
"retryableStatusCodes": ["UNAVAILABLE", "DEADLINE_EXCEEDED"]
187193
}
188194
},
189195
{

0 commit comments

Comments
 (0)