wangxj3 commented on a change in pull request #6722:
URL: https://github.com/apache/dolphinscheduler/pull/6722#discussion_r759172649
##########
File path:
dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/runner/task/CommonTaskProcessor.java
##########
@@ -70,6 +70,18 @@ public boolean submit(TaskInstance task, ProcessInstance
processInstance, int ma
if (this.taskInstance == null) {
return false;
}
+ int taskGroupId = task.getTaskGroupId();
Review comment:
Task group is effect on the task of shell、mr、spark and some type of task
execute on worker。It's not a node type。
--
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]