davidradl commented on code in PR #27818: URL: https://github.com/apache/flink/pull/27818#discussion_r2989661280
########## 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. Review Comment: I suggest a hyper link to the definition of application would be useful, or a quick summary. I wonder if it is still mentioning jobs as well as applications. Or is every job now in an applicaiton? -- 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]
