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 D0FAB200BE9 for ; Mon, 26 Dec 2016 08:59:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id CFCE0160B2A; Mon, 26 Dec 2016 07:59: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 1B7D2160B3E for ; Mon, 26 Dec 2016 08:58:59 +0100 (CET) Received: (qmail 25896 invoked by uid 500); 26 Dec 2016 07:58:59 -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 25610 invoked by uid 99); 26 Dec 2016 07:58:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Dec 2016 07:58:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id BB38E2C2ABA for ; Mon, 26 Dec 2016 07:58:58 +0000 (UTC) Date: Mon, 26 Dec 2016 07:58:58 +0000 (UTC) From: "Hadoop QA (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-6020) Resource.add exceed Int boundary,when compute queue demand in FairScheduler MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 26 Dec 2016 07:59:01 -0000 [ https://issues.apache.org/jira/browse/YARN-6020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15777832#comment-15777832 ] Hadoop QA commented on YARN-6020: --------------------------------- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem || Runtime || Comment || | {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 0m 0s{color} | {color:blue} Docker mode activated. {color} | | {color:red}-1{color} | {color:red} patch {color} | {color:red} 0m 5s{color} | {color:red} YARN-6020 does not apply to trunk. Rebase required? Wrong Branch? See https://wiki.apache.org/hadoop/HowToContribute for help. {color} | \\ \\ || Subsystem || Report/Notes || | JIRA Issue | YARN-6020 | | JIRA Patch URL | https://issues.apache.org/jira/secure/attachment/12844660/YARN-6020.001.patch | | Console output | https://builds.apache.org/job/PreCommit-YARN-Build/14463/console | | Powered by | Apache Yetus 0.5.0-SNAPSHOT http://yetus.apache.org | This message was automatically generated. > Resource.add exceed Int boundary,when compute queue demand in FairScheduler > --------------------------------------------------------------------------- > > Key: YARN-6020 > URL: https://issues.apache.org/jira/browse/YARN-6020 > Project: Hadoop YARN > Issue Type: Bug > Components: fairscheduler > Affects Versions: 2.4.0, 3.0.0-alpha1 > Reporter: Feng Yuan > Assignee: Feng Yuan > Priority: Critical > Attachments: YARN-6020.001.patch > > > Resource object use int to store memory field.When int exceed Integer,MAX_VALUE,you will get a > neagtive num of demand in FSQueue#updateDemand(),and your queue will nerver get assign forever. > I find this scenario still now in lasted code 3.0.x. -- 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