Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug][dao] execute a single task in workflow throw NullPointerException #4090

Closed
liliang1991 opened this issue Nov 20, 2020 · 0 comments · Fixed by #4088
Closed

[Bug][dao] execute a single task in workflow throw NullPointerException #4090

liliang1991 opened this issue Nov 20, 2020 · 0 comments · Fixed by #4088
Labels
bug Something isn't working
Milestone

Comments

@liliang1991
Copy link
Contributor

liliang1991 commented Nov 20, 2020

In the task of parent-child dependency in version 1.3.3, if a child node is executed separately, the following error will be reported

[ERROR] 2020-11-23 15:24:46.112 org.apache.dolphinscheduler.server.master.runner.MasterExecThread:[188] - master exec thread exception
java.lang.NullPointerException: null
at org.apache.dolphinscheduler.dao.utils.DagHelper.allDependsForbiddenOrEnd(DagHelper.java:260)
at org.apache.dolphinscheduler.dao.utils.DagHelper.parsePostNodes(DagHelper.java:297)
at org.apache.dolphinscheduler.server.master.runner.MasterExecThread.submitPostNode(MasterExecThread.java:509)
at org.apache.dolphinscheduler.server.master.runner.MasterExecThread.runProcess(MasterExecThread.java:850)
at org.apache.dolphinscheduler.server.master.runner.MasterExecThread.executeProcess(MasterExecThread.java:206)
at org.apache.dolphinscheduler.server.master.runner.MasterExecThread.run(MasterExecThread.java:185)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
[ERROR] 2020-11-23 15:24:46.112 org.apache.dolphinscheduler.server.master.runner.MasterExecThread:[189] - process execute failed, process id:395

image

[version]
1.3.3

@liliang1991 liliang1991 added the bug Something isn't working label Nov 20, 2020
@liliang1991 liliang1991 changed the title [Bug][Module Name] Bug title [Bug][dao] Bug Error in executing subtask alone: NullPointerException Nov 20, 2020
@lenboo lenboo linked a pull request Nov 21, 2020 that will close this issue
@xingchun-chen xingchun-chen added this to the 1.3.4-release milestone Nov 23, 2020
@davidzollo davidzollo changed the title [Bug][dao] Bug Error in executing subtask alone: NullPointerException [Bug][dao] execute a single task in workflow throw NullPointerException Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants