lamber-ken commented on issue #9776: [HOTFIX][coordination] remove the invalid 
parameter in handleCheckpointSuccess method
URL: https://github.com/apache/flink/pull/9776#issuecomment-535391017
 
 
   > OK, the relevant JIRA issue about this parameter is: 
https://issues.apache.org/jira/browse/FLINK-12514
   
   Hi, @yanghua, you can update the param comment when you work on FLINK-12514. 
   
   PS: the failed checkpoint id -> the successed checkpoint id 
   
   ```
   /**
    * Handle checkpoint success.
    *
    * @param checkpointId the failed checkpoint id used to count the continuous 
failure number based on
    *                     checkpoint id sequence.
    */
   public void handleCheckpointSuccess(long checkpointId) {
        clearCount();
   }
   ```
   
   

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