pnowojski commented on a change in pull request #18068:
URL: https://github.com/apache/flink/pull/18068#discussion_r776658472



##########
File path: 
flink-tests/src/test/java/org/apache/flink/test/checkpointing/RescalingITCase.java
##########
@@ -617,7 +617,6 @@ private static JobGraph createJobGraphWithOperatorState(
         StreamExecutionEnvironment env = 
StreamExecutionEnvironment.getExecutionEnvironment();
         env.setParallelism(parallelism);
         env.getConfig().setMaxParallelism(maxParallelism);
-        env.enableCheckpointing(Long.MAX_VALUE);

Review comment:
       Ok, thanks for the explanation. 
   
   Can you fill in the release notes field in the jira ticket, mentioning:
   
   - the default configuration value has changed
   - with links to the docs about the feature and how disable it
   - you can refer this case as an example where this change can affect users 
(enabled checkpointing with long checkpointing intervals will block bounded 
jobs from completing until checkpoint is triggered)




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to