zentol opened a new pull request, #21416:
URL: https://github.com/apache/flink/pull/21416

   Capturing the checkpointId for a generated record in a subsequent map 
function is impossible since the notifyCheckpointComplete notification may 
arrive at any time (or not at all). Instead just assert that each subtask got 
exactly as many records as expected, which can only happen (reliably) if the 
rate-limiting works as expected.
   


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