Andrew Wong has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/10684 )
Change subject: KUDU-2470: retry failed thirdparty downloads ...................................................................... KUDU-2470: retry failed thirdparty downloads Currently we re-download when we fail to open thirdparty archives that fail to read. We don't currently re-attempt to download if the download itself fails. This patch adds the behavior to download failures, using curl's built-in --retry option that exponentially backs off on failure. Change-Id: Ia57dd9640d732a75659ca11763d89aefdaf16be1 Reviewed-on: http://gerrit.cloudera.org:8080/10684 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Kudu Jenkins --- M thirdparty/download-thirdparty.sh 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Adar Dembo: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/10684 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ia57dd9640d732a75659ca11763d89aefdaf16be1 Gerrit-Change-Number: 10684 Gerrit-PatchSet: 4 Gerrit-Owner: Andrew Wong <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Kudu Jenkins
