curcur commented on a change in pull request #14799: URL: https://github.com/apache/flink/pull/14799#discussion_r567563070
########## File path: flink-core/src/main/java/org/apache/flink/configuration/CheckpointingOptions.java ########## @@ -44,6 +44,15 @@ .noDefaultValue() .withDescription("The state backend to be used to checkpoint state."); + /** Whether to enable state change log. */ + // @Documentation.Section(value = Documentation.Sections.COMMON_STATE_BACKENDS) + public static final ConfigOption<Boolean> ENABLE_STATE_CHANGE_LOG = + ConfigOptions.key("state.backend.enable-statechangelog") Review comment: do you mean we should hide it from users for now or we should not use this option? ---------------------------------------------------------------- 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