Hi Dan,
are you sure that your watermarks are still correct during reprocessing?
As far as I know, idle state retention is not used for temporal joins.
The watermark indicates when state can be removed in this case.
Maybe you can give us some more details about which kind of temporal
join you are using (event-time or processing-time?) and checkpoint settings?
Regards,
Timo
On 30.12.20 08:30, Dan Hill wrote:
> Hi!
>
> I have a Flink SQL job that does a few temporal joins and has been
> running for over a month on regular data. No issues. Ran well.
>
> I'm trying to re-run the Flink SQL job on the same data set but it's
> failing to checkpoint and very slow to make progress. I've modified
> some of the checkpoint settings.
>
> What else do I have to modify?
>
> My data size is really small so I'm guessing it's still keeping state
> for data outside the temporal join time windows. Do I have to set Idle
> State Retention Time to forget older data?
>
> - Dan