Technoboy- commented on issue #1243: taskInfo can be NULL-XX URL: https://github.com/apache/incubator-dolphinscheduler/issues/1243#issuecomment-557759124 it's not a bug . but it need to discuss the task-queue name when it's host is null。 ``` String host = taskInstance.getHost(); if(host == null){ host = Constants.NULL; } String queueValue = String.format("%s-%d", host, taskInstance.getId()); taskQueue.sadd(DOLPHINSCHEDULER_TASKS_KILL, queueValue); ```
---------------------------------------------------------------- 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
