healchow commented on code in PR #4323:
URL: https://github.com/apache/incubator-inlong/pull/4323#discussion_r881566889


##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/workflow/group/CreateGroupWorkflowDefinition.java:
##########
@@ -85,14 +85,6 @@ public WorkflowProcess defineProcess() {
         initMQResourceTask.addListenerProvider(groupTaskListenerFactory);
         process.addTask(initMQResourceTask);
 
-        // init Sort resource

Review Comment:
   We need to adjust the order of creating resources to 1. MQ -> 2. Sink -> 3. 
Sort -> 4. Source, so as to ensure that after some tasks fail, data will not be 
collected by source or consumed by sort.



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