Skip to content

Commit

Permalink
[hotfix] Adjust TaskExecutionState construction
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Feb 26, 2021
1 parent a13b0c5 commit cf3f5f1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ public static void transitionTaskStatus(
executionGraph.updateState(
new TaskExecutionStateTransition(
new TaskExecutionState(
executionGraph.getJobID(),
vertex.getCurrentExecutionAttempt().getAttemptId(),
state)));
}
Expand All @@ -166,7 +165,6 @@ public static void transitionTaskStatus(
.getAttemptId();
scheduler.updateTaskExecutionState(
new TaskExecutionState(
scheduler.getExecutionGraph().getJobID(),
attemptId,
executionState));
}
Expand Down

0 comments on commit cf3f5f1

Please sign in to comment.