You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "jin xing (JIRA)" <ji...@apache.org> on 2017/03/02 09:24:45 UTC

[jira] [Created] (SPARK-19793) Use clock.getTimeMillis when mark task as finished in TaskSetManager.

jin xing created SPARK-19793:
--------------------------------

             Summary: Use clock.getTimeMillis when mark task as finished in TaskSetManager.
                 Key: SPARK-19793
                 URL: https://issues.apache.org/jira/browse/SPARK-19793
             Project: Spark
          Issue Type: Bug
          Components: Scheduler
    Affects Versions: 2.1.0
            Reporter: jin xing
            Priority: Minor


TaskSetManager is now using *System.getCurrentTimeMillis* when mark task as finished in *handleSuccessfulTask* and *handleFailedTask*. Thus developer cannot set the tasks finishing time in unit test. When *handleSuccessfulTask*, task's duration = System.getCurrentTimeMillis - launchTime(which can be set by *clock*), the result is not correct.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org