pnowojski commented on a change in pull request #18068:
URL: https://github.com/apache/flink/pull/18068#discussion_r776660103
##########
File path: docs/content/docs/dev/datastream/fault-tolerance/checkpointing.md
##########
@@ -230,19 +230,19 @@ Flink currently only provides processing guarantees for
jobs without iterations.
Please note that records in flight in the loop edges (and the state changes
associated with them) will be lost during failure.
-## Checkpointing with parts of the graph finished *(BETA)*
+## Checkpointing with parts of the graph finished
Review comment:
Do we have documented somewhere that finished operators are waiting for
the final checkpoint to complete before closing? If not, can you add such
section that? It should also explicitly state that it can prolong completion of
the job, until that last final checkpoint is triggered, so longer checkpointing
intervals can block job from completing.
--
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]