davidradl commented on code in PR #26609: URL: https://github.com/apache/flink/pull/26609#discussion_r2115666380
########## flink-runtime/src/main/java/org/apache/flink/streaming/api/graph/StreamingJobGraphGenerator.java: ########## @@ -1259,7 +1259,7 @@ public static void setOperatorConfig( config.setCheckpointMode(StreamGraph.getCheckpointingMode(checkpointCfg)); config.setUnalignedCheckpointsEnabled(checkpointCfg.isUnalignedCheckpointsEnabled()); config.setUnalignedCheckpointsSplittableTimersEnabled( - checkpointCfg.isUnalignedCheckpointsInterruptibleTimersEnabled()); + checkpointCfg.isUnalignedCheckpointsSplittableTimersEnabled()); Review Comment: yes - it is a typo and should be changed - can you add a test to ensure setOperatorConfig is setting the config as expected please. -- 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