AHeise commented on a change in pull request #11868:
URL: https://github.com/apache/flink/pull/11868#discussion_r442860045



##########
File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/CheckpointConfig.java
##########
@@ -414,9 +417,19 @@ public void enableUnalignedCheckpoints() {
        }
 
        /**
-        * Returns whether checkpoints should be persisted externally.
+        * Disables unaligned checkpoints.
         *
-        * @return <code>true</code> if checkpoints should be externalized.
+        * @see #enableUnalignedCheckpoints()
+        */
+       @PublicEvolving
+       public void disableUnalignedCheckpoints() {

Review comment:
       No we don't need it and I have no hard feelings for removing it. 
   
   `disableUnalignedCheckpoints` would be relevant when UC becomes the default 
(see also `StreamExecutionEnvironment#disableOperatorChaining`).




----------------------------------------------------------------
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]


Reply via email to