Till Rohrmann created FLINK-7083: ------------------------------------ Summary: Adapt WebRuntimeMonitor to work with Flip-6 architecture Key: FLINK-7083 URL: https://issues.apache.org/jira/browse/FLINK-7083 Project: Flink Issue Type: New Feature Components: Distributed Coordination, Webfrontend Reporter: Till Rohrmann
In order to handle the Flink session mode with Flip-6, we have to adapt the {{WebRuntimeMonitor}} such that one instance runs on the {{Dispatcher}} which shows you a list of all running Flink jobs and the archived jobs. Moreover, alongside each {{JobMaster}} has to run another instance of the {{WebRuntimeMonitor}} which can serve calls for the job running on this {{JobMaster}}. The dispatcher's web runtime monitor has to be able to fetch information from these web runtime monitor in order to serve detailed job information. -- This message was sent by Atlassian JIRA (v6.4.14#64029)