You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Imran Rashid (JIRA)" <ji...@apache.org> on 2016/06/15 22:02:09 UTC

[jira] [Created] (SPARK-15976) Make Stage Numbering determinstic

Imran Rashid created SPARK-15976:
------------------------------------

             Summary: Make Stage Numbering determinstic
                 Key: SPARK-15976
                 URL: https://issues.apache.org/jira/browse/SPARK-15976
             Project: Spark
          Issue Type: Improvement
          Components: Scheduler
    Affects Versions: 2.0.0
            Reporter: Imran Rashid


Stage numbering in spark is non-deterministic.  It never was deterministic, but it *appeared* to be so in most cases.  After SPARK-15927, it is far more random.  Reliable stage numbering would be helpful for internal unit tests, and also for any client code which uses {{SparkListener}} to monitor a job and gauge progress.

FWIW, I had never even realized that the order was non-deterministic before, and have written plenty of code which assumes some stage numbering.  I expect users may be bitten by this too.  We might even want to try to restore the "usual" ordering from before SPARK-15927.

Finally it would be nice to restore some of the tests turned off here if possible: https://github.com/apache/spark/pull/13688



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