Stephan Ewen created FLINK-1557: ----------------------------------- Summary: Move WebFrontend out of JobManager Actor Key: FLINK-1557 URL: https://issues.apache.org/jira/browse/FLINK-1557 Project: Flink Issue Type: Improvement Components: JobManager Affects Versions: 0.9 Reporter: Stephan Ewen Assignee: Stephan Ewen Fix For: 0.9
Currently, the Webfrontent is started inside the JobManager actor. I propose to move it out of the actor, since it is a heavy component that is independent of the actor and whose failure cannot be controlled by the job manager. The change is fairly straightforward, since the web frontend only communicates with the jobmanager through actor messages. -- This message was sent by Atlassian JIRA (v6.3.4#6332)