You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-zh@flink.apache.org by "weishishuo329@163.com" <we...@163.com> on 2022/04/21 09:53:19 UTC

web ui中能查看到job失败的原因吗?

我提交一个postgresql cdc 同步数据到 mysql jdbc sink的job,过了一会儿就失败了,点击job的链接,web ui界面的状态是FAILED,但是异常信息不明确
```
2022-04-21 17:30:50
org.apache.flink.runtime.JobException: Recovery is suppressed by NoRestartBackoffTimeStrategy
    at org.apache.flink.runtime.executiongraph.failover.flip1.ExecutionFailureHandler.handleFailure(ExecutionFailureHandler.java:138)
...
Caused by: org.apache.flink.util.FlinkException: Execution d0dfc8446e24da751e93560c07f5d7f3 is unexpectedly no longer running on task executor 192.168.211.4:9730-fa3d22.
    at org.apache.flink.runtime.jobmaster.JobMaster$1.onMissingDeploymentsOf(JobMaster.java:248)
    ... 34 more
```
不知道root cause是什么,web 界面是否可以查到呢?还是到哪里去查看呢?




weishishuo329@163.com

Re: web ui中能查看到job失败的原因吗?

Posted by Hangxiang Yu <ma...@gmail.com>.
JobManager的log里应该能看到root cause?

On Thu, Apr 21, 2022 at 5:54 PM weishishuo329@163.com <we...@163.com>
wrote:

>
> 我提交一个postgresql cdc 同步数据到 mysql jdbc sink的job,过了一会儿就失败了,点击job的链接,web
> ui界面的状态是FAILED,但是异常信息不明确
> ```
> 2022-04-21 17:30:50
> org.apache.flink.runtime.JobException: Recovery is suppressed by
> NoRestartBackoffTimeStrategy
>     at
> org.apache.flink.runtime.executiongraph.failover.flip1.ExecutionFailureHandler.handleFailure(ExecutionFailureHandler.java:138)
> ...
> Caused by: org.apache.flink.util.FlinkException: Execution
> d0dfc8446e24da751e93560c07f5d7f3 is unexpectedly no longer running on task
> executor 192.168.211.4:9730-fa3d22.
>     at
> org.apache.flink.runtime.jobmaster.JobMaster$1.onMissingDeploymentsOf(JobMaster.java:248)
>     ... 34 more
> ```
> 不知道root cause是什么,web 界面是否可以查到呢?还是到哪里去查看呢?
>
>
>
>
> weishishuo329@163.com
>