pnowojski commented on code in PR #26666: URL: https://github.com/apache/flink/pull/26666#discussion_r2184707950
########## flink-core/src/main/java/org/apache/flink/configuration/CheckpointingOptions.java: ########## @@ -576,8 +576,8 @@ public class CheckpointingOptions { .build()); @Experimental - public static final ConfigOption<Boolean> ENABLE_UNALIGNED_INTERRUPTIBLE_TIMERS = - ConfigOptions.key("execution.checkpointing.unaligned.interruptible-timers.enabled") + public static final ConfigOption<Boolean> ENABLE_UNALIGNED_SPLITTABLE_TIMERS = Review Comment: It was a conscious decision when I was open sourcing this feature. Yes, internal version was first named "splittable", but "interruptible" makes more sense. That's also what have been voted in the FLIP: https://cwiki.apache.org/confluence/display/FLINK/FLIP-443%3A+Interruptible+timers+firing -- 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. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org