You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Matei Zaharia (JIRA)" <ji...@apache.org> on 2014/09/07 04:07:29 UTC

[jira] [Resolved] (SPARK-3353) Stage id monotonicity (parent stage should have lower stage id)

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

Matei Zaharia resolved SPARK-3353.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.2.0

> Stage id monotonicity (parent stage should have lower stage id)
> ---------------------------------------------------------------
>
>                 Key: SPARK-3353
>                 URL: https://issues.apache.org/jira/browse/SPARK-3353
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>    Affects Versions: 1.1.0
>            Reporter: Reynold Xin
>            Assignee: Reynold Xin
>             Fix For: 1.2.0
>
>
> The way stage IDs are generated is that parent stages actually have higher stage id. This is very confusing because parent stages get scheduled & executed first.
> We should reverse that order so the scheduling timeline of stages (absent of failures) is monotonic, i.e. stages that are executed first have lower stage ids.



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