Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-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 89BEE9562 for ; Mon, 9 Jan 2012 21:14:02 +0000 (UTC) Received: (qmail 91965 invoked by uid 500); 9 Jan 2012 21:14:02 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 91403 invoked by uid 500); 9 Jan 2012 21:14:01 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 91394 invoked by uid 99); 9 Jan 2012 21:14:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jan 2012 21:14:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jan 2012 21:14:00 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 4308F13F685 for ; Mon, 9 Jan 2012 21:13:40 +0000 (UTC) Date: Mon, 9 Jan 2012 21:13:40 +0000 (UTC) From: "Jason Lowe (Updated) (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <222631751.22977.1326143620276.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1779406838.11317.1325793280009.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (MAPREDUCE-3625) CapacityScheduler web-ui display of queue's used capacity is broken 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/MAPREDUCE-3625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Lowe updated MAPREDUCE-3625: ---------------------------------- Attachment: MAPREDUCE-3625.patch Patch reworks capacity scheduler UI to fix the reported problem and make the UI a bit easier to read in general. Green now represents used capacity instead of spare capacity and always grows from left to right. The color of the bar changes to orange if the used capacity goes over 100%, and it doesn't streak off the right end of the page as it did previously. Also added a legend so it's clear what the colors indicate and added a used capacity column for quick reference. > CapacityScheduler web-ui display of queue's used capacity is broken > ------------------------------------------------------------------- > > Key: MAPREDUCE-3625 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-3625 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: mrv2 > Affects Versions: 0.23.0 > Reporter: Arun C Murthy > Assignee: Jason Lowe > Priority: Critical > Attachments: CapacityScheduler.png, MAPREDUCE-3625.patch > > > The display of the queue's used capacity at runtime is broken because it display's 'used' relative to the queue's capacity and not the parent's capacity as shown in the above attachment. > The display should be relative to parent's capacity and not leaf queues as everything else in the display is relative to parent's capacity. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira