You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/08/26 08:29:42 UTC

[GitHub] [incubator-seatunnel] ic4y commented on a diff in pull request #2534: [Feature][ST-Engine] Add notify taskStatus to jobMaster

ic4y commented on code in PR #2534:
URL: https://github.com/apache/incubator-seatunnel/pull/2534#discussion_r955795149


##########
seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/TaskExecutionService.java:
##########
@@ -180,6 +182,16 @@ public PassiveCompletableFuture<TaskExecutionState> deployLocalTask(
             logger.severe(ExceptionUtils.getMessage(t));
             resultFuture.completeExceptionally(t);
         }
+        resultFuture.whenComplete((r, s) -> {
+            InvocationFuture<Object> invoke;
+            do {

Review Comment:
   Thanks. I fixed



-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org