[ https://issues.apache.org/jira/browse/SPARK-25854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16665349#comment-16665349 ]
shane knapp commented on SPARK-25854: ------------------------------------- https://github.com/apache/spark/pull/22854 > 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.2.2, 2.3.2, 2.4.1 > Reporter: shane knapp > Assignee: shane knapp > Priority: Critical > > 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-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org