[ 
https://issues.apache.org/jira/browse/SPARK-15170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15273820#comment-15273820
 ] 

meiyoula commented on SPARK-15170:
----------------------------------

When the executor has cached block, it should be 
"spark.dynamicAllocation.cachedExecutorIdleTimeout" not 
"spark.dynamicAllocation.executorIdleTimeout"

> Log error message in ExecutorAllocationManager
> ----------------------------------------------
>
>                 Key: SPARK-15170
>                 URL: https://issues.apache.org/jira/browse/SPARK-15170
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>            Reporter: meiyoula
>            Priority: Trivial
>
> No matter how long the expire idle time of executor, the log just says "it 
> has been idle for $executorIdleTimeoutS seconds". Because 
> executorIdleTimeoutS = 
> conf.getTimeAsSeconds("spark.dynamicAllocation.executorIdleTimeout", "60s"), 
> so it logs same expire time for different executor. 



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

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

Reply via email to