r, Tovi [ICG-IT]
> Cc: user@flink.apache.org
> Subject: Re: Sync and Async checkpoint time
>
> Hi,
>
> this looks like the timer service is the culprit for this problem. Timers are
> currently not stored in the state backend, but in a separate on-heap data
> struct
To: Sofer, Tovi [ICG-IT]
Cc: user@flink.apache.org
Subject: Re: Sync and Async checkpoint time
Hi,
this looks like the timer service is the culprit for this problem. Timers are
currently not stored in the state backend, but in a separate on-heap data
structure that does not support copy-on
Hi,
this looks like the timer service is the culprit for this problem. Timers are
currently not stored in the state backend, but in a separate on-heap data
structure that does not support copy-on-write or async snapshots in general.
Therefore, writing the timers for a snapshot is always synchro