rkhachatryan commented on a change in pull request #14139:
URL: https://github.com/apache/flink/pull/14139#discussion_r527497144
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/ExecutionCheckpointingOptions.java
##########
@@ -162,10 +162,11 @@
"will timeout and checkpoint barrier
will start working as unaligned checkpoint.")
.build());
+ @Documentation.ExcludeFromDocumentation("Do not advertise this option
until rescaling of unaligned checkpoint is completed.")
public static final ConfigOption<Boolean> FORCE_UNALIGNED =
ConfigOptions.key("execution.checkpointing.unaligned.forced")
.booleanType()
- .defaultValue(false)
+ .defaultValue(true)
Review comment:
I see, thanks.
----------------------------------------------------------------
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]