shangeyao opened a new issue #6587: URL: https://github.com/apache/dolphinscheduler/issues/6587
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened  execute task node fail ![Uploading image.png…]() [INFO] 2021-10-22 15:47:55.933 org.apache.dolphinscheduler.server.master.runner.MasterSchedulerService:[243] - find command 124, slot:0 : [INFO] 2021-10-22 15:47:55.934 org.apache.dolphinscheduler.server.master.runner.MasterSchedulerService:[186] - find one command: id: 124, type: START_PROCESS [INFO] 2021-10-22 15:47:56.024 org.apache.dolphinscheduler.server.master.runner.MasterSchedulerService:[209] - handle command end, command 124 process 85 start... [ERROR] 2021-10-22 15:47:56.029 org.apache.dolphinscheduler.dao.utils.DagHelper:[112] - start node name [day] is not in task node list [[TaskNode{id='null', code=831611237531648, version=1, name='day', desc='', type='SHELL', runFlag='NORMAL', loc='null', maxRetryTimes=0, retryInterval=1, params='{"resourceList":[],"localParams":[],"rawScript":"echo ${day}","waitStartTimeout":{},"switchResult":{}}', preTasks='[]', preTaskNodeList=null, extras='null', depList=[], dependence='{}', conditionResult='{"successNode":[""],"failedNode":[""]}', taskInstancePriority=MEDIUM, workerGroup='default', environmentCode=-1, timeout='{"enable":false,"strategy":null,"interval":0}', delayTime=0}]] [ERROR] 2021-10-22 15:47:56.029 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[550] - processDag is null [ERROR] 2021-10-22 15:47:56.031 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[233] - handler error: java.lang.NullPointerException: null at org.apache.dolphinscheduler.dao.utils.DagHelper.parsePostNodes(DagHelper.java:301) at org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread.submitPostNode(WorkflowExecuteThread.java:835) at org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread.startProcess(WorkflowExecuteThread.java:502) at org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread.run(WorkflowExecuteThread.java:230) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) ### What you expected to happen execute correctly, such as version 1.3.8. ### How to reproduce Just execute task node. ### Anything else version: dev ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
