yanghua commented on issue #8322: [FLINK-12364] Introduce a 
CheckpointFailureManager to centralized manage checkpoint failure
URL: https://github.com/apache/flink/pull/8322#issuecomment-494781182
 
 
   The essential difference between `failOnCheckpointingErrors` and 
`tolerableCheckpointFailureNumber` is that the way the two cause the job to 
fail is different. The former is triggered on the TaskManager side and the 
latter is triggered on the JobManager side.
   
   It is difficult to maintain compatibility at the API level. But I personally 
prefer to set the default value of `tolerableCheckpointFailureNumber` to 
Integer.MAX_VALUE. WDYT? @StefanRRichter 

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