dawidwys commented on a change in pull request #14913: URL: https://github.com/apache/flink/pull/14913#discussion_r580252847
########## File path: flink-runtime/src/main/java/org/apache/flink/runtime/state/AbstractKeyedStateBackend.java ########## @@ -348,7 +349,7 @@ public int numKeyValueStatesByName() { } // TODO remove this once heap-based timers are working with RocksDB incremental snapshots! - public boolean requiresLegacySynchronousTimerSnapshots() { + public boolean requiresLegacySynchronousTimerSnapshots(CheckpointType checkpointOptions) { Review comment: Ah, that's a mistake! Sorry, I am fixing it and adding a test for it. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org