You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/03/30 08:08:36 UTC

[GitHub] [flink] Myasuka commented on pull request #19276: [FLINK-26882][tests] Fix unstable RescaleCheckpointManuallyITCase

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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org