yanghua commented on a change in pull request #8322: [FLINK-12364] Introduce a 
CheckpointFailureManager to centralized manage checkpoint failure
URL: https://github.com/apache/flink/pull/8322#discussion_r285060806
 
 

 ##########
 File path: 
flink-connectors/flink-connector-kafka-base/src/test/java/org/apache/flink/streaming/connectors/kafka/KafkaConsumerTestBase.java
 ##########
 @@ -295,6 +295,7 @@ public void runAutoOffsetRetrievalAndCommitToKafka() 
throws Exception {
                
env.getConfig().setRestartStrategy(RestartStrategies.noRestart());
                env.setParallelism(parallelism);
                env.enableCheckpointing(200);
+               
env.getCheckpointConfig().setTolerableCheckpointFailureNumber(Integer.MAX_VALUE);
 
 Review comment:
   This one has been reported to Jira : 
https://issues.apache.org/jira/browse/FLINK-12542

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


With regards,
Apache Git Services

Reply via email to