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/17 10:51:11 UTC

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

     [ https://issues.apache.org/jira/browse/FLINK-1557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephan Ewen resolved FLINK-1557.
---------------------------------
    Resolution: Fixed

Fixed via c1e326707a6c5b3cc550945f010eb4cabea24ad3

> 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)