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 5010411458 for ; Thu, 10 Jul 2014 02:24:06 +0000 (UTC) Received: (qmail 24937 invoked by uid 500); 10 Jul 2014 02:24:05 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 24884 invoked by uid 500); 10 Jul 2014 02:24:05 -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 24873 invoked by uid 99); 10 Jul 2014 02:24:05 -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 02:24:05 +0000 Date: Thu, 10 Jul 2014 02:24:05 +0000 (UTC) From: "Wangda Tan (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (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:all-tabpanel ] Wangda Tan updated YARN-2181: ----------------------------- Attachment: YARN-2181.patch Thanks [~vinodkv] and [~jianhe] for review! I uploaded a new patch address Vinod's suggestion, removed current-attempt statistics from web UI and web service. Filed YARN-2271 for tracking showing current-attempt metrics in attempt page. To [~jianhe], I think we don't need to move setting isPreempted logic to AttemptMetrics, we still cannot move transitions like AMContainerCrashed*Transition after that. > 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 > 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, 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)