Re: Flink 1.18.0 Checkpoints on cancelled jobs

2023-12-18 Thread Hong Liang
Hi Ethan! Thanks for raising the issue, this is indeed a bug - for the previous code path, it falls back to "execution graph store" for completed jobs. I've raise a JIRA here - https://issues.apache.org/jira/browse/FLINK-33872 I've also managed to RC and fix it in the associated PR - https://githu

Re: Flink 1.18.0 Checkpoints on cancelled jobs

2023-12-14 Thread Ethan T Yang
Hi Hong Liang Teoh, I think you are the owner of the ticket below. Can you take a look see if a bug in the code that breaks retrieving checkpoint history of the cancelled job? Thanks, Ivan > On Dec 10, 2023, at 8:46 AM, Surendra Singh Lilhore > wrote: > > Hi Ethan, > > Looks like this got c

Re: Flink 1.18.0 Checkpoints on cancelled jobs

2023-12-10 Thread Surendra Singh Lilhore
Hi Ethan, Looks like this got changed after https://issues.apache.org/jira/browse/FLINK-32469. Now the checkpoint history call throws below exception for canceled job. 2023-12-10 21:50:12,990 ERROR org.apache.flink.runtime.rest.handler.job.checkpoints. CheckpointingStatisticsHandler [] - Excepti