From issues-return-33788-apmail-flink-issues-archive=flink.apache.org@flink.apache.org Tue Oct 20 16:43:28 2015 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 51E1718821 for ; Tue, 20 Oct 2015 16:43:28 +0000 (UTC) Received: (qmail 68875 invoked by uid 500); 20 Oct 2015 16:43:28 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 68665 invoked by uid 500); 20 Oct 2015 16:43:28 -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 68522 invoked by uid 99); 20 Oct 2015 16:43:28 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Oct 2015 16:43:28 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D8A822C1F6D for ; Tue, 20 Oct 2015 16:43:27 +0000 (UTC) Date: Tue, 20 Oct 2015 16:43:27 +0000 (UTC) From: "Maximilian Michels (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (FLINK-2873) WebRuntimeMonitor does not start when multiple log files are present MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLINK-2873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14965364#comment-14965364 ] Maximilian Michels edited comment on FLINK-2873 at 10/20/15 4:43 PM: --------------------------------------------------------------------- Fixed in {{e711969}}. was (Author: mxm): Fixed in {{ef1b708}}. > WebRuntimeMonitor does not start when multiple log files are present > -------------------------------------------------------------------- > > Key: FLINK-2873 > URL: https://issues.apache.org/jira/browse/FLINK-2873 > Project: Flink > Issue Type: Bug > Components: JobManager > Affects Versions: 0.10 > Reporter: Till Rohrmann > Assignee: Maximilian Michels > Priority: Critical > Fix For: 0.10 > > > The {{WebRuntimeMonitor}} checks that in the given log directory only a single file following the pattern {{.*jobmanager[^\.]*\.log}} is present. If this is not the case, then the {{WebRuntimeMonitor}} will fail to start. This is a problem if you have multiple {{JobManager}} started which all log to the same directory as in the HA case, for example. -- This message was sent by Atlassian JIRA (v6.3.4#6332)