You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "shane knapp (JIRA)" <ji...@apache.org> on 2018/10/26 16:00:00 UTC

[jira] [Created] (SPARK-25854) mvn helper script always exits w/1, causing mvn builds to fail

shane knapp created SPARK-25854:
-----------------------------------

             Summary: mvn helper script always exits w/1, causing mvn builds to fail
                 Key: SPARK-25854
                 URL: https://issues.apache.org/jira/browse/SPARK-25854
             Project: Spark
          Issue Type: Bug
          Components: Build
    Affects Versions: 2.3.2, 2.2.2, 2.4.1
            Reporter: shane knapp
            Assignee: shane knapp


the final line in the mvn helper script in build/ attempts to shut down the zinc server.  due to the zinc server being set up w/a 30min timeout, by the time the mvn test instantiation finishes, the server times out.

this means that when the mvn script tries to shut down zinc, it returns w/an exit code of 1.  this will then automatically fail the entire build (even if the build passes).

i propose the following:

1) up the timeout to 3h

2) put some logic at the end of the script to better handle killing the zinc server

PR coming now.

[~srowen] [~cloud_fan] [~joshrosen]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org