You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hans van den Bogert (JIRA)" <ji...@apache.org> on 2015/08/26 17:36:47 UTC

[jira] [Created] (SPARK-10295) Dynamic reservation in Mesos does not release when RDDs are cached

Hans van den Bogert created SPARK-10295:
-------------------------------------------

             Summary: Dynamic reservation in Mesos does not release when RDDs are cached
                 Key: SPARK-10295
                 URL: https://issues.apache.org/jira/browse/SPARK-10295
             Project: Spark
          Issue Type: Question
    Affects Versions: 1.5.0
         Environment: Spark 1.5.0 RC1
Centos 6
java 7 oracle
            Reporter: Hans van den Bogert
            Priority: Minor


When running spark in coarse grained mode with shuffle service and dynamic reservation, the driver does not release executors if a dataset is cached.
The console output OTOH shows:
> 15/08/26 17:29:58 WARN SparkContext: Dynamic allocation currently does not support cached RDDs. Cached data for RDD 9 will be lost when executors are removed.
However after the default of 1m, executors are not released. When I perform the same initial setup, loading data, etc, but without caching, the executors are released.

Is this intended behaviour?
If this is intended behaviour, the console warning is misleading. 





--
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