qinf commented on PR #1003: URL: https://github.com/apache/flink-kubernetes-operator/pull/1003#issuecomment-3173180855
> @qinf @1996fanrui , wouldn't it cause a problem that we cannot observe the latest checkpoint of bounded jobs? As far as I understand bounded jobs can also take checkpoints so there may be a "latest checkpoint". > > If the error is ignored and the checkpoint is not recorded wouldn't that cause an inconsistency during the next upgrade (we start from an earlier checkpoint)? @gyfora Thanks for your feedback! You mentioned "the latest checkpoint for a bounded stream job", are you referring to this feature [Checkpointing with parts of the graph finished](nightlies.apache.org/flink/flink-docs-master/docs/dev/datastream/fault-tolerance/checkpointing/#checkpointing-with-parts-of-the-graph-finished)? IIUC parts of the job graph have finished but the job is not FINISHED, we can request checkpoint information for a job that hasn't finished. Please feel free to correct me if I've misunderstood anything. -- 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-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org