HaoRanCang opened a new issue #4039: URL: https://github.com/apache/incubator-dolphinscheduler/issues/4039
*For better global communication, please give priority to using English description, thx! * *Please review https://dolphinscheduler.apache.org/en-us/docs/development/issue.html when describe an issue.* **Describe the bug** 如果一个task被系统kill掉或者手动kill掉,该任务不会进行失败重试,此时task的状态是kill而不是失败 If a task is killed by the system or killed manually, the task will not fail to retry. At this time, the state of the task is kill instead of failure **To Reproduce** Steps to reproduce the behavior, for example: 1. 启动工作流,对task设置失败重试次数 Start the workflow and set the number of failed retries for the Task 2. kill掉其中的一个task进程 Kill one of the task processes 3.工作流状态显示失败,task状态显示kill,没有重试 Workflow status display failed,task status display kill, no retry **Expected behavior** 对于kill掉的task执行失败重试 Try again for kill off task execution failure **Screenshots** If applicable, add screenshots to help explain your problem. **Which version of Dolphin Scheduler:** -[1.3.2-release] **Additional context** Add any other context about the problem here. **Requirement or improvement** - Please describe about your requirements or improvement suggestions. ---------------------------------------------------------------- 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]
