davidradl commented on code in PR #27818: URL: https://github.com/apache/flink/pull/27818#discussion_r2989696650
########## docs/content/docs/deployment/ha/overview.md: ########## @@ -74,9 +83,26 @@ Kubernetes HA services only work when running on Kubernetes. ## High Availability data lifecycle -In order to recover submitted jobs, Flink persists metadata and the job artifacts. -The HA data will be kept until the respective job either succeeds, is cancelled or fails terminally. -Once this happens, all the HA data, including the metadata stored in the HA services, will be deleted. +In order to recover submitted applications, Flink persists metadata for the applications. +The HA data will be kept until the respective application either succeeds, is cancelled or fails terminally. Review Comment: I am curious what fails terminally might mean - some examples of types of this would be useful. -- 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]
