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/03/05 09:43:00 UTC

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

    [ https://issues.apache.org/jira/browse/BIGTOP-3644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17501693#comment-17501693 ] 

Luca Toscano commented on BIGTOP-3644:
--------------------------------------

Opened INFRA-22953 since I didn't receive any reply in these days :(

> 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
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> 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)