Skip to content

Commit

Permalink
fix(controller): fix log overwrite error (#1058)
Browse files Browse the repository at this point in the history
fix log overwrite error
  • Loading branch information
anda-ren authored Aug 29, 2022
1 parent 98751b1 commit f8752c7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ public List<StepEntity> split(Job job) {
final String taskUuid = UUID.randomUUID().toString();
taskEntities.add(TaskEntity.builder()
.stepId(stepEntity.getId())
.resultPath(
storagePathCoordinator.generateTaskResultPath(job.getUuid(), taskUuid))
.taskRequest(JSONUtil.toJsonStr(
TaskRequest.builder()
.total(stepEntity.getTaskNum())
Expand Down

0 comments on commit f8752c7

Please sign in to comment.