You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/08/03 03:12:44 UTC

[GitHub] [dolphinscheduler] JinyLeeChina commented on a change in pull request #5937: [Fix-5519] The t_ds_command table and t_ds_error_command table, process_definition_id change to process_definition_code

JinyLeeChina commented on a change in pull request #5937:
URL: https://github.com/apache/dolphinscheduler/pull/5937#discussion_r681401069



##########
File path: dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ExecutorServiceImpl.java
##########
@@ -549,7 +549,7 @@ private int createCommand(CommandType commandType, int processDefineId,
                     command.setCommandParam(JSONUtils.toJsonString(cmdParam));
                     return processService.createCommand(command);
                 } else if (runMode == RunMode.RUN_MODE_PARALLEL) {
-                    List<Schedule> schedules = processService.queryReleaseSchedulerListByProcessDefinitionCode(processDefineId); // TODO: next pr change to code
+                    List<Schedule> schedules = processService.queryReleaseSchedulerListByProcessDefinitionCode(processDefineCode); // TODO: next pr change to code

Review comment:
       pls remove notes




-- 
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@dolphinscheduler.apache.org

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