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 2015/09/11 09:44:46 UTC

[jira] [Commented] (SPARK-10558) Wrong executor state in standalone master because of wrong state transition

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

Apache Spark commented on SPARK-10558:
--------------------------------------

User 'jerryshao' has created a pull request for this issue:
https://github.com/apache/spark/pull/8714

> Wrong executor state in standalone master because of wrong state transition
> ---------------------------------------------------------------------------
>
>                 Key: SPARK-10558
>                 URL: https://issues.apache.org/jira/browse/SPARK-10558
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 1.5.0
>            Reporter: Saisai Shao
>
> Because of concurrency issue in executor state transition, the executor state saved in standalone may possibly be {{LOADING}} rather than {{RUNNING}}. This is because of {{RUNNING}} state is delivered earlier than {{LOADING}}.
> We have to guarantee the correct state changing, like: LAUNCHING -> LOADING -> RUNNING.



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