You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by pengjianhua <pe...@zte.com.cn> on 2017/06/01 12:14:27 UTC

Review Request 59712: KYLIN-2655 There are some minor problems with the duration of the job when resuming the error job or stopped job.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59712/
-----------------------------------------------------------

Review request for kylin, Dayue Gao, Dong Li, hongbin ma, and Wang Xiaoyu.


Bugs: KYLIN-2655
    https://issues.apache.org/jira/browse/KYLIN-2655


Repository: kylin


Description
-------

1.After the error job is resumed, the duration of the job is no longer changed until the job is finished.
2.Duration contains the time from job error to job resume, not the actual execution time.


Diffs
-----

  core-job/src/main/java/org/apache/kylin/job/JobInstance.java 8dcdff676 
  core-job/src/main/java/org/apache/kylin/job/execution/AbstractExecutable.java 1f1be4126 
  core-job/src/main/java/org/apache/kylin/job/execution/DefaultChainedExecutable.java 8bcaaad1f 
  engine-mr/src/main/java/org/apache/kylin/engine/mr/common/JobInfoConverter.java 189e0194e 
  tool/src/main/java/org/apache/kylin/tool/JobInstanceExtractor.java 068dbda4f 


Diff: https://reviews.apache.org/r/59712/diff/1/


Testing
-------


Thanks,

pengjianhua