Heltman commented on issue #3386:
URL:
https://github.com/apache/incubator-dolphinscheduler/issues/3386#issuecomment-667764485
重启后手动提交补数据任务报如下错误:
[INFO] 2020-08-03 10:00:17.322
org.apache.dolphinscheduler.server.worker.runner.TaskScheduleThread:[95] -
script path : /tmp/dolphinscheduler/exec/process/3/16/530/2439
[ERROR] 2020-08-03 10:00:17.327
org.apache.dolphinscheduler.server.worker.runner.TaskScheduleThread:[153] -
task scheduler failure
java.lang.NullPointerException: null
at
org.apache.dolphinscheduler.dao.permission.PermissionCheck.checkPermission(PermissionCheck.java:146)
at
org.apache.dolphinscheduler.server.worker.runner.TaskScheduleThread.checkDownloadPermission(TaskScheduleThread.java:339)
at
org.apache.dolphinscheduler.server.worker.runner.TaskScheduleThread.downloadResource(TaskScheduleThread.java:309)
at
org.apache.dolphinscheduler.server.worker.runner.TaskScheduleThread.run(TaskScheduleThread.java:102)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
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.
For queries about this service, please contact Infrastructure at:
[email protected]