pltbkd commented on code in PR #938:
URL: https://github.com/apache/flink-agents/pull/938#discussion_r3766071918
##########
runtime/src/main/java/org/apache/flink/agents/runtime/operator/ActionExecutionOperator.java:
##########
@@ -403,6 +440,7 @@ private void processActionTaskForKey(Object key) throws
Exception {
boolean currentInputEventFinished = false;
if (isFinished) {
+ notifyTaskFinished(actionTask);
Review Comment:
Makes sense. Besides that, I'll also add the call in the skip branch for
already-completed actions, keeping it paired with `notifyTaskPrepared`, which
stays on the common path.
--
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]