Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id ADC52200CAC for ; Mon, 5 Jun 2017 06:33:10 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id ACDB3160BE3; Mon, 5 Jun 2017 04:33:10 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 01409160BE0 for ; Mon, 5 Jun 2017 06:33:09 +0200 (CEST) Received: (qmail 78357 invoked by uid 500); 5 Jun 2017 04:33:09 -0000 Mailing-List: contact issues-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mesos.apache.org Delivered-To: mailing list issues@mesos.apache.org Received: (qmail 78348 invoked by uid 99); 5 Jun 2017 04:33:09 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jun 2017 04:33:08 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 96A4BC0254 for ; Mon, 5 Jun 2017 04:33:08 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id sjYIUcwXGrr4 for ; Mon, 5 Jun 2017 04:33:07 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 3B5AD5F306 for ; Mon, 5 Jun 2017 04:33:07 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id F2A4CE0940 for ; Mon, 5 Jun 2017 04:33:05 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id D3B6E2193C for ; Mon, 5 Jun 2017 04:33:04 +0000 (UTC) Date: Mon, 5 Jun 2017 04:33:04 +0000 (UTC) From: "haosdent (JIRA)" To: issues@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MESOS-7458) webui display of framework resources is confusing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 05 Jun 2017 04:33:10 -0000 [ https://issues.apache.org/jira/browse/MESOS-7458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16036517#comment-16036517 ] haosdent commented on MESOS-7458: --------------------------------- hi, [~vinodkone][~neilc] sry, some unexpected thing happen in past weeks, let me post a patch for this. > webui display of framework resources is confusing > ------------------------------------------------- > > Key: MESOS-7458 > URL: https://issues.apache.org/jira/browse/MESOS-7458 > Project: Mesos > Issue Type: Bug > Components: webui > Reporter: Neil Conway > Assignee: haosdent > Labels: mesosphere > Attachments: Screen Shot 2017-05-04 at 11.15.12 AM.png, Screen Shot 2017-05-04 at 11.15.25 AM.png > > > In the webui, the list of frameworks displays the {{used_resources}} for each framework. When you click on the framework to access the per-framework page, the resources displayed are the *total* resources (the {{resources}} key in state.json, which is {{used_resources}} + {{offered_resources}}). This is confusing in situations when the offered resources are very different from the used resources. -- This message was sent by Atlassian JIRA (v6.3.15#6346)