Re: Watermark UI after checkpoint failure

2021-07-20 Thread Dan Hill
It's after a checkpoint failure. I don't know if that includes a restore from a checkpoint. I'll take some screenshots when the jobs hit the failure again. All of my currently running jobs are healthy right now and haven't hit a checkpoint failure. On Sun, Jul 18, 2021 at 11:34 PM Dawid Wysakow

Re: Watermark UI after checkpoint failure

2021-07-18 Thread Dawid Wysakowicz
Do you mean a failed checkpoint, or do you mean that it happens after a restore from a checkpoint? If it is the latter then this is kind of expected, as watermarks are not checkpointed and they need to be repopulated again. Best, Dawid On 19/07/2021 07:41, Dan Hill wrote: > After my dev flink jo

Re: Watermark UI after checkpoint failure

2021-07-18 Thread Caizhi Weng
Hi! This does not sound like an expected behavior. Could you share your code / SQL and flink configuration so that others can help diagnose the issue? Dan Hill 于2021年7月19日周一 下午1:41写道: > After my dev flink job hits a checkpoint failure (e.g. timeout) and then > has successful checkpoints, the fl

Watermark UI after checkpoint failure

2021-07-18 Thread Dan Hill
After my dev flink job hits a checkpoint failure (e.g. timeout) and then has successful checkpoints, the flink job appears to be in a bad state. E.g. some of the operators that previously had a watermark start showing "no watermark". The jobs proceed very slowly. Is there documentation for this s