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 94A30200BCE for ; Fri, 28 Oct 2016 01:05:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 931EE160B01; Thu, 27 Oct 2016 23:05:00 +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 DDDA7160B04 for ; Fri, 28 Oct 2016 01:04:59 +0200 (CEST) Received: (qmail 99238 invoked by uid 500); 27 Oct 2016 23:04:58 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 98915 invoked by uid 99); 27 Oct 2016 23:04:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Oct 2016 23:04:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A24DD2C2A66 for ; Thu, 27 Oct 2016 23:04:58 +0000 (UTC) Date: Thu, 27 Oct 2016 23:04:58 +0000 (UTC) From: "Ray Chiang (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-2876) In Fair Scheduler, JMX and Scheduler UI display wrong maxResource info for subqueues MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 27 Oct 2016 23:05:00 -0000 [ https://issues.apache.org/jira/browse/YARN-2876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15613575#comment-15613575 ] Ray Chiang commented on YARN-2876: ---------------------------------- Another quick note. With this patch applied to trunk, I get consistent test failures: Failed tests: TestFairScheduler.testChildMaxResources:504 App 1 is not running with the correct number of containers expected:<2> but was:<3> TestFairScheduler.testMoveWouldViolateMaxResourcesConstraints Expected exception: org.apache.hadoop.yarn.exceptions.YarnException > In Fair Scheduler, JMX and Scheduler UI display wrong maxResource info for subqueues > ------------------------------------------------------------------------------------ > > Key: YARN-2876 > URL: https://issues.apache.org/jira/browse/YARN-2876 > Project: Hadoop YARN > Issue Type: Bug > Components: fairscheduler, resourcemanager > Reporter: Siqi Li > Assignee: Siqi Li > Labels: oct16-easy > Attachments: YARN-2876.v1.patch, YARN-2876.v2.patch, YARN-2876.v3.patch, YARN-2876.v4.patch, screenshot-1.png > > > If a subqueue doesn't have a maxResource set in fair-scheduler.xml, JMX and Scheduler UI will display the entire cluster capacity as its maxResource instead of its parent queue's maxResource. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: yarn-issues-help@hadoop.apache.org