wenhemin opened a new pull request #1906: fix: get taskAppId bug URL: https://github.com/apache/incubator-dolphinscheduler/pull/1906 The constructor has passed in an taskAppId, no need to get from taskAppId. ``` public AbstractCommandExecutor(Consumer<List<String>> logHandler, String taskDir, String taskAppId,int taskInstId,String tenantCode, String envFile, Date startTime, int timeout, Logger logger){ this.logHandler = logHandler; this.taskDir = taskDir; this.taskAppId = taskAppId; this.taskInstId = taskInstId; this.tenantCode = tenantCode; ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
