Return-Path: X-Original-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-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 F18A911D5D for ; Thu, 10 Jul 2014 23:53:06 +0000 (UTC) Received: (qmail 98402 invoked by uid 500); 10 Jul 2014 23:53:06 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 98363 invoked by uid 500); 10 Jul 2014 23:53:06 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-issues@hadoop.apache.org Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 98350 invoked by uid 99); 10 Jul 2014 23:53:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jul 2014 23:53:06 +0000 Date: Thu, 10 Jul 2014 23:53:06 +0000 (UTC) From: "Chris Nauroth (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-2181) Add preemption info to RM Web UI and add logs when preemption occurs 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/YARN-2181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14058131#comment-14058131 ] Chris Nauroth commented on YARN-2181: ------------------------------------- I'm seeing a compilation error on branch-2 that appears to be related to this patch. (See below.) I think YARN-2022 would need to get merged to branch-2 to resolve this. I'll comment over there too. {code} ERROR] /Users/chris/svn/hadoop-common-branch-2/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/rmapp/attempt/RMAppAttemptMetrics.java:[61,18] cannot find symbol [ERROR] symbol : method isAMContainer() [ERROR] location: interface org.apache.hadoop.yarn.server.resourcemanager.rmcontainer.RMContainer {code} > Add preemption info to RM Web UI and add logs when preemption occurs > -------------------------------------------------------------------- > > Key: YARN-2181 > URL: https://issues.apache.org/jira/browse/YARN-2181 > Project: Hadoop YARN > Issue Type: Bug > Components: resourcemanager, webapp > Affects Versions: 2.4.0 > Reporter: Wangda Tan > Assignee: Wangda Tan > Fix For: 2.5.0 > > Attachments: YARN-2181.patch, YARN-2181.patch, YARN-2181.patch, YARN-2181.patch, YARN-2181.patch, YARN-2181.patch, YARN-2181.patch, YARN-2181.patch, YARN-2181.patch, YARN-2181.patch, YARN-2181.patch, YARN-2181.patch, YARN-2181.patch, YARN-2181.patch, YARN-2181.patch, YARN-2181.patch, YARN-2181.patch, YARN-2181.patch, YARN-2181.patch, YARN-2181.patch, YARN-2181.patch, YARN-2181.patch, application page-1.png, application page.png > > > We need add preemption info to RM web page to make administrator/user get more understanding about preemption happened on app, etc. > And RM logs should have following properties: > * Logs are retrievable when an application is still running and often flushed. > * Can distinguish between AM container preemption and task container preemption with container ID shown. > * Should be INFO level log. -- This message was sent by Atlassian JIRA (v6.2#6252)