davidradl commented on code in PR #28863: URL: https://github.com/apache/flink/pull/28863#discussion_r3871913727
########## docs/content/docs/concepts/glossary.md: ########## @@ -94,143 +169,362 @@ the same [Operator](#operator) or [Function](#function) type are running in para #### Flink Job -A Flink Job is the runtime representation of a [logical graph](#logical-graph) -(also often called dataflow graph) that is created and submitted by calling -`execute()` in a [Flink Application](#flink-application). +A Flink Job is the unit of data processing execution in Flink: a Job as a whole is submitted, +started, stopped and resumed, although under some conditions Flink may restart a Job only partially. Review Comment: I think we should say more about _only partially_ - or have a link to how this would be recognised. -- 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]
