rkhachatryan commented on a change in pull request #14943:
URL: https://github.com/apache/flink/pull/14943#discussion_r591252261
##########
File path:
flink-core/src/main/java/org/apache/flink/configuration/CheckpointingOptions.java
##########
@@ -96,6 +96,16 @@
"Recognized shortcut names are
'jobmanager' and 'filesystem'.")
.build());
+ /** Whether to enable state change log. */
+ @Documentation.Section(value =
Documentation.Sections.COMMON_STATE_BACKENDS)
+ @Documentation.ExcludeFromDocumentation("Hidden for now")
+ public static final ConfigOption<Boolean> ENABLE_STATE_CHANGE_LOG =
+ ConfigOptions.key("state.backend.enable-statechangelog")
Review comment:
To me, this parameter changes the behavior of backend in how it performs
checkpointing. So I'd leave it under `state.backend` section.
But probably `state.backend.changelog.enabled` would be better as there will
be more settings (and it got a bit more votes in an offline vote:) )
----------------------------------------------------------------
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:
[email protected]