Return-Path: X-Original-To: apmail-flink-issues-archive@minotaur.apache.org Delivered-To: apmail-flink-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6335B18711 for ; Fri, 19 Feb 2016 11:04:18 +0000 (UTC) Received: (qmail 17332 invoked by uid 500); 19 Feb 2016 11:04:18 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 17277 invoked by uid 500); 19 Feb 2016 11:04:18 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 17251 invoked by uid 99); 19 Feb 2016 11:04:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Feb 2016 11:04:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 1C0C02C1F57 for ; Fri, 19 Feb 2016 11:04:18 +0000 (UTC) Date: Fri, 19 Feb 2016 11:04:18 +0000 (UTC) From: "Maximilian Michels (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (FLINK-3448) Move initialization of handlers to start() method MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Maximilian Michels created FLINK-3448: ----------------------------------------- Summary: 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)