Myasuka commented on pull request #19276:
URL: https://github.com/apache/flink/pull/19276#issuecomment-1082760461


   @akalash Thanks for your review!
   
   Since the jobgraph is `source->flatMap->sink`, and we get the result from 
the `sink` for verify, which means all keyed state in `flatMap` already seen 
and stored the records. Thus, no real data should exist in the channel between 
`source` to  `flatMap`, and it should be safe even for unaligned checkpoint 
here.


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