[
https://issues.apache.org/jira/browse/SPARK-19793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15891924#comment-15891924
]
Apache Spark commented on SPARK-19793:
--------------------------------------
User 'jinxing64' has created a pull request for this issue:
https://github.com/apache/spark/pull/17133
> 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: [email protected]
For additional commands, e-mail: [email protected]