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


##########
seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/TaskExecutionService.java:
##########
@@ -129,10 +131,21 @@ public NonCompletableFuture<TaskExecutionState> 
deployTask(
 
             // TODO Use classloader load the connector jars and deserialize 
Task
             taskGroup = 
nodeEngine.getSerializationService().toObject(taskImmutableInfo.getGroup());
+            return deployLocalTask(taskGroup, resultFuture);
+        } catch (Throwable t) {
+            logger.severe(ExceptionUtils.getMessage(t));

Review Comment:
   This is an optimization point. Let's do it later.  Now temporarily add the 
JobID to the log



-- 
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