EricJoy2048 commented on code in PR #2413:
URL:
https://github.com/apache/incubator-seatunnel/pull/2413#discussion_r949777036
##########
seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/operation/DeployTaskOperation.java:
##########
@@ -40,9 +40,9 @@ public DeployTaskOperation(@NonNull Data
taskImmutableInformation) {
}
@Override
- protected NonCompletableFuture<?> doRun() throws Exception {
- SeaTunnelServer server = getService();
- return
server.getTaskExecutionService().deployTask(taskImmutableInformation);
+ protected PassiveCompletableFuture<?> doRun() throws Exception {
+ TaskExecutionService taskExecutionService = getService();
Review Comment:
Yes, `TaskExecutionService is an hazelcast service` is right.
--
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]