You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Shahid K I (JIRA)" <ji...@apache.org> on 2018/01/17 18:14:00 UTC

[jira] [Created] (SPARK-23134) WebUI is showing the cache table details even after cache idle timeout

Shahid K I created SPARK-23134:
----------------------------------

             Summary: WebUI is showing the cache table details even after cache idle timeout
                 Key: SPARK-23134
                 URL: https://issues.apache.org/jira/browse/SPARK-23134
             Project: Spark
          Issue Type: Bug
          Components: Web UI
    Affects Versions: 2.2.1, 2.2.0, 2.1.0
         Environment:  Run Cache command with below configuration to cache the RDD blocks
 spark.dynamicAllocation.cachedExecutorIdleTimeout=120s
 spark.dynamicAllocation.executorIdleTimeout=60s
 spark.dynamicAllocation.enabled=true
 spark.dynamicAllocation.minExecutors=0
 spark.dynamicAllocation.maxExecutors=8

 

 
            Reporter: Shahid K I


After cachedExecutorIdleTimeout, WebUI shows the cached partition details in storage tab. It should be the same scenario as in the case of uncache table.



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