[GRADLE-2788] parallel build may download the same artifact twice Created: 06/Jun/13 Updated: 02/Feb/17 Resolved: 02/Feb/17 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | ||
Reporter: | Szczepan Faber | Assignee: | Unassigned |
Resolution: | Cannot Reproduce | Votes: | 2 |
Issue Links: |
|
Description |
Parallel build may download the same artifact twice (but still uses a single consistent artifact). It only affects builds executed with --parallel feature. The consistency of the artifact and the cache is fine. It's only the download operation that might happen twice. |
Comments |
Comment by Benjamin Muschko [ 15/Nov/16 ] |
As announced on the Gradle blog we are planning to completely migrate issues from JIRA to GitHub. We intend to prioritize issues that are actionable and impactful while working more closely with the community. Many of our JIRA issues are inactionable or irrelevant. We would like to request your help to ensure we can appropriately prioritize JIRA issues you’ve contributed to. Please confirm that you still advocate for your JIRA issue before December 10th, 2016 by:
We look forward to collaborating with you more closely on GitHub. Thank you for your contribution to Gradle! |
Comment by Winarto [ 27/Nov/16 ] |
Definitely would love gradle to have this feature |
Comment by Benjamin Muschko [ 02/Feb/17 ] |
@Winarto This issue is not about parallel downloads of artifacts as a standard feature. It's a bug that seems to download the same artifact twice. |
Comment by Benjamin Muschko [ 02/Feb/17 ] |
@Szczepan I wasn't able to reproduce the issue with the latest version of Gradle. Please open an issue on GitHub if you are still experiencing the faulty behavior. |