Re: Slow flink checkpoint
Posted by
Stefan Richter on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Slow-flink-checkpoint-tp18946p18956.html
Hi,
yes, that is correct, the timer service is currently only available in main-memory and only with synchronous snapshots. this topic is on our TODO list for after the Flink 1.5 release.
Best,
Stefan
Hi,
AFAIK, that's not possible.
The only "solution" is to reduce the number of timers. Whether that's possible or not, depends on the application.
For example, if you use timers to clean up state, you can work with an upper and lower bound and only register one timer for each (upper - lower) interval.
Best, Fabian