Skip to content

Commit

Permalink
KYLIN-3112 The job 'Pause' operation has logic bug in the kylin server.
Browse files Browse the repository at this point in the history
Signed-off-by: Billy Liu <billyliu@apache.org>
  • Loading branch information
pengjianhua authored and yiming187 committed Jan 24, 2018
1 parent f988401 commit 6acb3ab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,7 @@ private void setRelatedIdList(CheckpointExecutable checkpointExecutable, List<St
public JobInstance pauseJob(JobInstance job) {
aclEvaluate.checkProjectOperationPermission(job);
getExecutableManager().pauseJob(job.getId());
job.setStatus(JobStatusEnum.STOPPED);
return job;
}

Expand Down

0 comments on commit 6acb3ab

Please sign in to comment.