Skip to content

Commit 4744ae3

Browse files
committed
Update our google-cloud-java fork to 0.20.5-alpha-GCS-RETRY-FIX
This brings in some additional retries for UnknownHostException and 502 errors, and moves us from a fork in my personal github repository to the fork in https://github.com/broadinstitute/google-cloud-java Resolves #4888 Resolves #5094
1 parent 74d41f9 commit 4744ae3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ final testNGVersion = '6.11'
6969
// Using the shaded version to avoid conflicts between its protobuf dependency
7070
// and that of Hadoop/Spark (either the one we reference explicitly, or the one
7171
// provided by dataproc).
72-
final googleCloudNioDependency = 'org.broadinstitute:google-cloud-nio-GATK4-custom-patch:0.20.4-alpha-GCS-RETRY-FIX:shaded'
72+
final googleCloudNioDependency = 'org.broadinstitute:google-cloud-nio-GATK4-custom-patch:0.20.5-alpha-GCS-RETRY-FIX:shaded'
7373

7474
final baseJarName = 'gatk'
7575
final secondaryBaseJarName = 'hellbender'

src/main/java/org/broadinstitute/hellbender/cmdline/CommandLineProgram.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ protected void printSettings() {
430430
logger.info("Inflater: " + (usingIntelInflater ? "IntelInflater": "JdkInflater"));
431431

432432
logger.info("GCS max retries/reopens: " + BucketUtils.getCloudStorageConfiguration(NIO_MAX_REOPENS).maxChannelReopens());
433-
logger.info("Using google-cloud-java patch 6d11bef1c81f885c26b2b56c8616b7a705171e4f from https://github.com/droazen/google-cloud-java/tree/dr_all_nio_fixes");
433+
logger.info("Using google-cloud-java fork https://github.com/broadinstitute/google-cloud-java/releases/tag/0.20.5-alpha-GCS-RETRY-FIX");
434434
}
435435

436436
/**

0 commit comments

Comments
 (0)