Skip to content

Commit b8e8a24

Browse files
fix: remove FAILED_PRECONDITION from connection retry code (#2214)
* fix: remove FAILED_PRECONDITION from connection retry code. * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent fb72c18 commit b8e8a24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/ConnectionWorker.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,6 @@ private boolean isConnectionErrorRetriable(Throwable t) {
936936
|| status.getCode() == Code.UNAVAILABLE
937937
|| status.getCode() == Code.CANCELLED
938938
|| status.getCode() == Code.INTERNAL
939-
|| status.getCode() == Code.FAILED_PRECONDITION
940939
|| status.getCode() == Code.DEADLINE_EXCEEDED;
941940
}
942941

0 commit comments

Comments
 (0)