Hi, I am facing a weird problem in which jobs from ‘Completed Jobs’ section in Flink 1.7.2 UI disappear. Looking at the job manager logs, I see the job was failed and restarted ‘restart-strategy.fixed-delay.attempts’ times and the JobMaster was stopped. I was able to see the job in Completed Jobs section with the status as FAILED, but after some time, I don’t see it any more. The jobmanager was never restarted, so I expected the Failed or completed jobs to appear in Completed Jobs section.
Any idea what might be happening ? JobManager.log: 2019-04-06 18:21:10,638 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Could not restart the job dwellalert-ubuntu-0403174608-698009a0 (b274377e6a223078d6f40b9c0620ee0d) because the restart strategy prevented it. 2019-04-06 18:21:10,662 INFO org.apache.flink.runtime.jobmaster.JobMaster - Stopping the JobMaster for job dwellalert-ubuntu-0403174608-698009a0(b274377e6a223078d6f40b9c0620ee0d). Restart Strategy Conf: restart-strategy: fixed-delay restart-strategy.fixed-delay.attempts: 10 restart-strategy.fixed-delay.delay: 10 s Thanks Jins George