You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2015/02/16 16:47:11 UTC

[jira] [Created] (FLINK-1557) Move WebFrontend out of JobManager Actor

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)