dawidwys commented on pull request #16633:
URL: https://github.com/apache/flink/pull/16633#issuecomment-889854542


   Ok, I think I remember I talked with @pnowojski about it. The solution we 
had for it, was to add the information about the latest completed checkpoint to 
the `abort` checkpoint method. That way we can in a way implement retrying 
`notifyCheckpointComplete` via following `notifyCheckpointAbort`.  In our 
opinion, it is slightly simpler and complicates the protocol a bit less than 
the retry/fail and sending over the list of tasks that require a reliable 
notification. WDYT?
   
   @pnowojski Do I remember it correctly?


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