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

Andrew Or resolved SPARK-10558.
-------------------------------
          Resolution: Fixed
            Assignee: Saisai Shao
       Fix Version/s: 1.6.0
    Target Version/s: 1.6.0

> 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
>            Assignee: Saisai Shao
>             Fix For: 1.6.0
>
>
> 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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to