Jiayi-Liao opened a new pull request #11509: [FLINK-16753] Use 
CheckpointException to wrap exceptions thrown from AsyncCheckpointRunnable
URL: https://github.com/apache/flink/pull/11509
 
 
   ## What is the purpose of the change
   
   If an exception is thrown from task's async checkpoint process, the 
checkpoint will be declined as expected, but the reason for declining 
checkpoint will be regarded as #CheckpointFailureReason.JOB_FAILURE, which 
gives a wrong message to users. We should replace 
#CheckpointFailureReason.JOB_FAILURE with #CheckpointFailureReason.EXCEPTION, 
otherwise user will see "The job has failed" on Checkpoint UI.
   
   
   ## Brief change log
   
   ## Verifying this change
   
   ## Does this pull request potentially affect one of the following parts:
   
   
   ## Documentation
   

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


With regards,
Apache Git Services

Reply via email to