[
https://issues.apache.org/jira/browse/SAMZA-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shanthoosh Venkataraman updated SAMZA-1725:
-------------------------------------------
Description:
Currently, average build time of samza codebase is 15 to 20 minutes. However,
travis has a build idle timeout of 10 minutes and fails the build if the gradle
build command doesn't log anything to console within that time(occurs when
running tests in samza-test module).
Sample log having the build time of samza code-base in dev environment.
{code:java}
:samza-yarn_2.11:build
BUILD SUCCESSFUL
Total time: 15 mins 22.595 secs
{code}
Proposal is to increase the build idle timeout to 20 minutes
was:
Currently, average build time of samza code-base is 15 to 20 minutes.
However, travis has a build idle-wait timeout of 10 minutes and
fails the build if the build doesn't complete within that time.
Sample log having the build time of samza code-base in dev environment.
{code:java}
:samza-yarn_2.11:build
BUILD SUCCESSFUL
Total time: 15 mins 22.595 secs
{code}
Proposal is to increase the build idle-wait timeout value to 20 minutes
> Set travis build idle time out to 20 minutes.
> ---------------------------------------------
>
> Key: SAMZA-1725
> URL: https://issues.apache.org/jira/browse/SAMZA-1725
> Project: Samza
> Issue Type: Bug
> Reporter: Shanthoosh Venkataraman
> Assignee: Shanthoosh Venkataraman
> Priority: Major
>
> Currently, average build time of samza codebase is 15 to 20 minutes. However,
> travis has a build idle timeout of 10 minutes and fails the build if the
> gradle build command doesn't log anything to console within that time(occurs
> when running tests in samza-test module).
> Sample log having the build time of samza code-base in dev environment.
> {code:java}
> :samza-yarn_2.11:build
> BUILD SUCCESSFUL
> Total time: 15 mins 22.595 secs
> {code}
> Proposal is to increase the build idle timeout to 20 minutes
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)