davidradl commented on code in PR #27818: URL: https://github.com/apache/flink/pull/27818#discussion_r2989657745
########## docs/content/docs/concepts/flink-architecture.md: ########## @@ -192,10 +192,10 @@ isolation guarantees. ### Flink Session Cluster * **Cluster Lifecycle**: in a Flink Session Cluster, the client connects to a - pre-existing, long-running cluster that can accept multiple job submissions. - Even after all jobs are finished, the cluster (and the JobManager) will + pre-existing, long-running cluster that can accept multiple application submissions. + Even after all applications are finished, the cluster (and the JobManager) will keep running until the session is manually stopped. The lifetime of a Flink - Session Cluster is therefore not bound to the lifetime of any Flink Job. + Session Cluster is therefore not bound to the lifetime of any Flink Application. Review Comment: of `any Flink Application.` -> `of any Flink Application or job.` -- 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]
