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 5D2AE18C13 for ; Fri, 23 Oct 2015 08:08:28 +0000 (UTC) Received: (qmail 45917 invoked by uid 500); 23 Oct 2015 08:08:28 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 45783 invoked by uid 500); 23 Oct 2015 08:08: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 45734 invoked by uid 99); 23 Oct 2015 08:08:28 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2015 08:08:28 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id ED9DD2C1F69 for ; Fri, 23 Oct 2015 08:08:27 +0000 (UTC) Date: Fri, 23 Oct 2015 08:08:27 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-2206) JobManager webinterface shows 5 finished jobs at most 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-2206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14970621#comment-14970621 ] ASF GitHub Bot commented on FLINK-2206: --------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/1287 > JobManager webinterface shows 5 finished jobs at most > ----------------------------------------------------- > > Key: FLINK-2206 > URL: https://issues.apache.org/jira/browse/FLINK-2206 > Project: Flink > Issue Type: Bug > Components: Webfrontend > Affects Versions: 0.9, 0.10 > Reporter: Fabian Hueske > Assignee: Fabian Hueske > Priority: Blocker > Labels: starter > Fix For: 0.9, 0.10 > > > The webinterface of the JobManager shows at most 5 finished jobs. This is because only the last 5 JobGraphs are remembered in the JobManager. > The same might apply to canceled and failed jobs. > I think this is very confusing to users and could be easily fixed. > We should add three simple counters in the JobManager to correctly track these numbers and give the right counts to the webinterface. -- This message was sent by Atlassian JIRA (v6.3.4#6332)