Skip to content

Commit 853fa88

Browse files
authored
---
yaml --- r: 8417 b: refs/heads/master c: 20678f4 h: refs/heads/master i: 8415: 2a73d1c
1 parent 329540b commit 853fa88

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: a8e595d7898a0b478d1cdcc2a568c8383ce5c2d9
2+
refs/heads/master: 20678f4a24a82023c4b674dffec24a2f4803e4f8
33
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44
refs/heads/gh-pages: 3e16a39145437096333db5811e5c0292719c1823
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/StatusUtil.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public static boolean isRetryable(Throwable error) {
3535
case INTERNAL:
3636
case CANCELLED:
3737
case RESOURCE_EXHAUSTED:
38+
case ABORTED:
3839
return true;
3940
case UNAVAILABLE:
4041
if (statusRuntimeException.getMessage().contains("Server shutdownNow invoked")) {

0 commit comments

Comments
 (0)