rkhachatryan commented on code in PR #20708: URL: https://github.com/apache/flink/pull/20708#discussion_r958581111
########## flink-core/src/main/java/org/apache/flink/configuration/CheckpointingOptions.java: ########## @@ -142,8 +142,8 @@ public class CheckpointingOptions { * This option configures local recovery for this state backend. By default, local recovery is * deactivated. * - * <p>Local recovery currently only covers keyed state backends. Currently, MemoryStateBackend - * and HashMapStateBackend do not support local recovery and ignore this option. + * <p>Local recovery currently only covers keyed state backends. Currently, the + * OperatorStateBackend does not support local recovery and ignore this option. Review Comment: Could you also remove `OperatorStateBackend` from here please? (same as [here](https://github.com/apache/flink/pull/20708#discussion_r957727218)). -- 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