jiangxin369 commented on code in PR #22670:
URL: https://github.com/apache/flink/pull/22670#discussion_r1241944415


##########
flink-runtime/src/main/java/org/apache/flink/runtime/taskmanager/Task.java:
##########
@@ -929,6 +929,10 @@ private void restoreAndInvoke(TaskInvokable 
finalInvokable) throws Exception {
                     new TaskExecutionState(executionId, 
ExecutionState.RUNNING));
 
             runWithSystemExitMonitoring(finalInvokable::invoke);
+
+            taskManagerActions.notifyTaskFinishing(executionId);

Review Comment:
   Yes, it would be simpler and I've updated the PR based on your advice. Could 
you have another review?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to