You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Andrew Or (JIRA)" <ji...@apache.org> on 2015/01/27 23:12:34 UTC

[jira] [Created] (SPARK-5437) DriverSuite and SparkSubmitSuite leak JVMs on timeout

Andrew Or created SPARK-5437:
--------------------------------

             Summary: DriverSuite and SparkSubmitSuite leak JVMs on timeout
                 Key: SPARK-5437
                 URL: https://issues.apache.org/jira/browse/SPARK-5437
             Project: Spark
          Issue Type: Bug
          Components: Spark Core
    Affects Versions: 1.0.0
            Reporter: Andrew Or
            Assignee: Andrew Or


In DriverSuite, we currently set a timeout of 60 seconds. If after this time the process has not terminated, we leak the process because we never destroy it.

In SparkSubmitSuite, we currently do not have a timeout so the test can hang indefinitely.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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