[
https://issues.apache.org/jira/browse/FLINK-3448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17321737#comment-17321737
]
Flink Jira Bot commented on FLINK-3448:
---------------------------------------
This issue and all of its Sub-Tasks have not been updated for 180 days. So, it
has been labeled "stale-minor". If you are still affected by this bug or are
still interested in this issue, please give an update and remove the label. In
7 days the issue will be closed automatically.
> 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: Runtime / Web Frontend
> Affects Versions: 1.0.0
> Reporter: Maximilian Michels
> Priority: Minor
> Labels: stale-minor
>
> 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
(v8.3.4#803005)