我提交一个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 界面是否可以查到呢?还是到哪里去查看呢?




weishishuo...@163.com

回复