[
https://issues.apache.org/jira/browse/GEODE-5423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16543194#comment-16543194
]
ASF subversion and git services commented on GEODE-5423:
--------------------------------------------------------
Commit ab4198673cfc32b91f3abf49806c5299be9ea533 in geode's branch
refs/heads/develop from [~rhoughton]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=ab41986 ]
GEODE-5423 Defer download and copy tasks to execution stage of Gradle
Custom tasks for fetching and unpacking geode-old-versions was doing
filesystem work during configure, every time a build was executed,
regardless of changes or targets requested. Reorganizing this task and
its dependencies several benefits:
- moves the blocking IO heavy operation into the execution stage
- allows parallel tasks to execute during the download and unzip
- does not do IO checks for non-build targets like `gradlew tasks`
- will not re-trigger the task on subsequent builds
> Improve Gradle configuration performance
> ----------------------------------------
>
> Key: GEODE-5423
> URL: https://issues.apache.org/jira/browse/GEODE-5423
> Project: Geode
> Issue Type: Improvement
> Components: build
> Reporter: Robert Houghton
> Priority: Major
> Labels: pull-request-available
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Clean builds spend minutes of time doing download and unzip of old Geode
> builds during `configure` step of Gradle. Moving this to the `execute` step
> allows other tasks to run in parallel, and allows caching of the dependency,
> instead of checking its existence on every build.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)