You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Maximilian Michels (JIRA)" <ji...@apache.org> on 2016/02/19 12:04:18 UTC

[jira] [Updated] (FLINK-3448) WebRuntimeMonitor: Move initialization of handlers to start() method

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

Maximilian Michels updated FLINK-3448:
--------------------------------------
    Summary: WebRuntimeMonitor: Move initialization of handlers to start() method  (was: Move initialization of handlers to start() method)

> WebRuntimeMonitor: Move initialization of handlers to start() method
> --------------------------------------------------------------------
>
>                 Key: FLINK-3448
>                 URL: https://issues.apache.org/jira/browse/FLINK-3448
>             Project: Flink
>          Issue Type: Bug
>          Components: Webfrontend
>    Affects Versions: 1.0.0
>            Reporter: Maximilian Michels
>            Assignee: Maximilian Michels
>            Priority: Minor
>             Fix For: 1.0.0
>
>
> HTTP handlers are initialized upon instance creation of {{WebRuntimeMonitor}}. However, this is useless because the initialization is not completed until the start(jobManager) method is called. In the meantime, user gets messages about ongoing leader elections from the webfrontend.
> I would suggest to move the starting code in the constructor to the start(jobManager) method.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)