liqingwang opened a new issue, #13886:
URL: https://github.com/apache/dolphinscheduler/issues/13886

   ### 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
   
   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?
   
   - [X] 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]

Reply via email to