You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2019/01/10 14:36:00 UTC

[jira] [Assigned] (SPARK-26588) Idle executor should properly be killed when no job is submitted

     [ https://issues.apache.org/jira/browse/SPARK-26588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Apache Spark reassigned SPARK-26588:
------------------------------------

    Assignee:     (was: Apache Spark)

> Idle executor should properly be killed when no job is submitted
> ----------------------------------------------------------------
>
>                 Key: SPARK-26588
>                 URL: https://issues.apache.org/jira/browse/SPARK-26588
>             Project: Spark
>          Issue Type: Bug
>          Components: Scheduler, Spark Core
>    Affects Versions: 2.4.0
>            Reporter: Qingxin Wu
>            Priority: Major
>
> I enable dynamic allocation feature with *spark-shell* and do not submit any task. After *spark.dynamicAllocation.executorIdleTimeout* seconds(default 60s), there is still one active executor, which is abnormal. All idle executors are timeout and should be removed.(default *spark.dynamicAllocation.minExecutors*=0). The spark-shell command show below:
> {code:java}
> spark-shell --master=yarn --conf spark.ui.port=8040 --conf spark.dynamicAllocation.enabled=true --conf spark.dynamicAllocation.maxExecutors=8 --conf spark.dynamicAllocation.initialExecutors=4 --conf spark.shuffle.service.enabled=true
> {code}



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