Susan X. Huynh created SPARK-21458: -------------------------------------- Summary: Tear down the framework when failover_timeout > 0 (Mesos cluster mode) Key: SPARK-21458 URL: https://issues.apache.org/jira/browse/SPARK-21458 Project: Spark Issue Type: Sub-task Components: Mesos Affects Versions: 2.2.0 Reporter: Susan X. Huynh
When the driver failover_timeout was always set to zero, we relied on the Mesos master to detect the disconnected driver and tear down the framework. When failover_timeout is nonzero, we have to make sure that the driver framework is torn down in all cases. Some cases require an explicit teardown are: # When a driver job submission is killed by the user # In --supervise mode, when a driver fails -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org