File tree 2 files changed +7
-7
lines changed
google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/stub
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -311,13 +311,13 @@ private static Builder initDefaults(Builder builder) {
311
311
312
312
builder
313
313
.readRowsSettings ()
314
- .setRetryableCodes (RETRYABLE_CODE_DEFINITIONS .get ("idempotent " ))
314
+ .setRetryableCodes (RETRYABLE_CODE_DEFINITIONS .get ("non_idempotent " ))
315
315
.setRetrySettings (RETRY_PARAM_DEFINITIONS .get ("read_rows_params" ));
316
316
317
317
builder
318
318
.sampleRowKeysSettings ()
319
- .setRetryableCodes (RETRYABLE_CODE_DEFINITIONS .get ("idempotent " ))
320
- .setRetrySettings (RETRY_PARAM_DEFINITIONS .get ("idempotent_params " ));
319
+ .setRetryableCodes (RETRYABLE_CODE_DEFINITIONS .get ("non_idempotent " ))
320
+ .setRetrySettings (RETRY_PARAM_DEFINITIONS .get ("non_idempotent_params " ));
321
321
322
322
builder
323
323
.mutateRowSettings ()
@@ -326,7 +326,7 @@ private static Builder initDefaults(Builder builder) {
326
326
327
327
builder
328
328
.mutateRowsSettings ()
329
- .setRetryableCodes (RETRYABLE_CODE_DEFINITIONS .get ("idempotent " ))
329
+ .setRetryableCodes (RETRYABLE_CODE_DEFINITIONS .get ("non_idempotent " ))
330
330
.setRetrySettings (RETRY_PARAM_DEFINITIONS .get ("mutate_rows_params" ));
331
331
332
332
builder
Original file line number Diff line number Diff line change 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/java-bigtable.git",
7
- "sha": "0ef4959c25ab65d65ae3533455af0e7a351851d3 "
7
+ "sha": "b17e39f2d8ca84335ab85d80372d6a0309a684c6 "
8
8
}
9
9
},
10
10
{
11
11
"git": {
12
12
"name": "googleapis",
13
13
"remote": "https://github.com/googleapis/googleapis.git",
14
- "sha": "fb8f62b6784f43faf4b64179c57ce4b4931b1a00 ",
15
- "internalRef": "310426317 "
14
+ "sha": "a175708acd7a367ab3ed120fa562331e1761d825 ",
15
+ "internalRef": "312558019 "
16
16
}
17
17
},
18
18
{
You can’t perform that action at this time.
0 commit comments