You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Luca Toscano (Jira)" <ji...@apache.org> on 2022/02/20 09:48:00 UTC

[jira] [Created] (BIGTOP-3644) Improve dowload artifact resilency in Gradle/Maven/etc..

Luca Toscano created BIGTOP-3644:
------------------------------------

             Summary: Improve dowload artifact resilency in Gradle/Maven/etc..
                 Key: BIGTOP-3644
                 URL: https://issues.apache.org/jira/browse/BIGTOP-3644
             Project: Bigtop
          Issue Type: Improvement
            Reporter: Luca Toscano


There seem to be a lot of failures in building trunk packages in CI related to downloading artifacts. One of the issues seems to be using the Gradle download plugin (IIUC outside the realm of our NEXUS cache proxy) usually ending up in error messages like:

* What went wrong:
Execution failed for task ':hbase-download'.
> Could not download file

My understanding is that we are using the Gradle plugin de.undercouch.download, versio 3.2.0. From 4.0+, a nice retry functionality was added:

https://github.com/michel-kraemer/gradle-download-task/commit/c6d616a1184b935d16dd3be9f694d56ced1c01df

And afaics from https://github.com/michel-kraemer/gradle-download-task#migrating-from-version-3x-to-4x we should be compatible with a 4.x version.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)