We've had reports of two kinds of intermittent network errors when using NIO that are not currently caught by google-cloud-nio:
UnknownHostException
- 502 Bad Gateway
We should patch the library to add these errors to the list of retryable/reopenable errors. We can start by patching the GATK fork of google-cloud-java, and then concurrently submit a PR against google-cloud-java proper.
We've had reports of two kinds of intermittent network errors when using NIO that are not currently caught by google-cloud-nio:
UnknownHostExceptionWe should patch the library to add these errors to the list of retryable/reopenable errors. We can start by patching the GATK fork of
google-cloud-java, and then concurrently submit a PR againstgoogle-cloud-javaproper.