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