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] [Api] Run process will throw exception when resource removed #13886

Closed
3 tasks done
qingwli opened this issue Apr 7, 2023 · 3 comments
Closed
3 tasks done

[Bug] [Api] Run process will throw exception when resource removed #13886

qingwli opened this issue Apr 7, 2023 · 3 comments
Assignees
Labels
backend bug Something isn't working Stale

Comments

@qingwli
Copy link
Member

qingwli commented Apr 7, 2023

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

Run process will throw an exception when the resource removed

What you expected to happen

Resource files need to be checked before submitting

How to reproduce

Spark task bind resource and saved. Removed resources and run or release process will throw an exception.

2023-03-14 03:20:16.449 +0000 [ERROR] org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteRunnable:[1007] - [WorkflowInstance-361890][TaskInstance-0] - Submit standby task iceberg-pinot-datacopy error, taskCode: 8749182753536
java.lang.NullPointerException: null
2023-03-14 03:20:16.450 +0000 [ERROR] org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteRunnable:[696] - [WorkflowInstance-0][TaskInstance-0] - Start workflow error
java.lang.NullPointerException: null
at java.util.concurrent.ConcurrentHashMap.putVal(ConcurrentHashMap.java:1011)
at java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap.java:1006)
at org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteRunnable.submitStandByTask(WorkflowExecuteRunnable.java:1834)
at org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteRunnable.submitPostNode(WorkflowExecuteRunnable.java:1354)
at org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteRunnable.call(WorkflowExecuteRunnable.java:690)
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1604)
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:750)

Anything else

No response

Version

dev

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@qingwli qingwli added bug Something isn't working Waiting for reply Waiting for reply labels Apr 7, 2023
@github-actions
Copy link

github-actions bot commented Apr 7, 2023

Thank you for your feedback, we have received your issue, Please wait patiently for a reply.

  • In order for us to understand your request as soon as possible, please provide detailed information, version or pictures.
  • If you haven't received a reply for a long time, you can join our slack and send your question to channel #troubleshooting

@github-actions
Copy link

github-actions bot commented May 8, 2023

This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.

@github-actions github-actions bot added the Stale label May 8, 2023
@github-actions
Copy link

This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend bug Something isn't working Stale
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants