kyoty opened a new issue #5908:
URL: https://github.com/apache/dolphinscheduler/issues/5908
In the latest dev branch, if the task executes the compensation task, after
the task is executed successfully, we can found that the Master throws an
exception which would cause the process shows failed.
```java
[ERROR] 2021-07-28 12:58:55.462
org.apache.dolphinscheduler.server.master.runner.MasterExecThread:[224] -
master exec thread exception
java.lang.NullPointerException: null
at
org.apache.dolphinscheduler.server.master.runner.MasterExecThread.executeComplementProcess(MasterExecThread.java:331)
at
org.apache.dolphinscheduler.server.master.runner.MasterExecThread.run(MasterExecThread.java:218)
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)
```
--
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]