[ 
https://issues.apache.org/jira/browse/FLINK-1557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14323218#comment-14323218
 ] 

ASF GitHub Bot commented on FLINK-1557:
---------------------------------------

GitHub user StephanEwen opened a pull request:

    https://github.com/apache/flink/pull/409

    [FLINK-1557] Move JobManager web frontend server out of JobManager actor

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/StephanEwen/incubator-flink webserver

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/409.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #409
    
----
commit a24cbec30aa3ae5c715b3d41fc11a120537b802b
Author: Stephan Ewen <se...@apache.org>
Date:   2015-02-16T15:34:13Z

    [FLINK-1557] Move JobManager web frontend server out of JobManager actor

----


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

Reply via email to