Skip to content

Commit

Permalink
Update our google-cloud-java fork to 0.20.5-alpha-GCS-RETRY-FIX
Browse files Browse the repository at this point in the history
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
  • Loading branch information
droazen committed Aug 10, 2018
1 parent 74d41f9 commit 4744ae3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ final testNGVersion = '6.11'
// Using the shaded version to avoid conflicts between its protobuf dependency
// and that of Hadoop/Spark (either the one we reference explicitly, or the one
// provided by dataproc).
final googleCloudNioDependency = 'org.broadinstitute:google-cloud-nio-GATK4-custom-patch:0.20.4-alpha-GCS-RETRY-FIX:shaded'
final googleCloudNioDependency = 'org.broadinstitute:google-cloud-nio-GATK4-custom-patch:0.20.5-alpha-GCS-RETRY-FIX:shaded'

final baseJarName = 'gatk'
final secondaryBaseJarName = 'hellbender'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ protected void printSettings() {
logger.info("Inflater: " + (usingIntelInflater ? "IntelInflater": "JdkInflater"));

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

/**
Expand Down

0 comments on commit 4744ae3

Please sign in to comment.