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 450C5200BE8 for ; Fri, 23 Dec 2016 15:31:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 43E23160B37; Fri, 23 Dec 2016 14:31: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 BB99C160B1E for ; Fri, 23 Dec 2016 15:30:59 +0100 (CET) Received: (qmail 42728 invoked by uid 500); 23 Dec 2016 14:30: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 42661 invoked by uid 99); 23 Dec 2016 14:30:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Dec 2016 14:30:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9D90C2C2A68 for ; Fri, 23 Dec 2016 14:30:58 +0000 (UTC) Date: Fri, 23 Dec 2016 14:30:58 +0000 (UTC) From: "Feng Yuan (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (YARN-6020) Resource.add exceed Int boundary,when compute queue demand in FS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 23 Dec 2016 14:31:00 -0000 [ https://issues.apache.org/jira/browse/YARN-6020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Yuan updated YARN-6020: ---------------------------- Summary: Resource.add exceed Int boundary,when compute queue demand in FS (was: Resource.add exceed Int class`s length,when compute queue demand) > Resource.add exceed Int boundary,when compute queue demand in FS > ---------------------------------------------------------------- > > Key: YARN-6020 > URL: https://issues.apache.org/jira/browse/YARN-6020 > Project: Hadoop YARN > Issue Type: Bug > Components: scheduler > Affects Versions: 2.4.0, 3.0.0-alpha1 > Reporter: Feng Yuan > Assignee: Feng Yuan > Priority: Critical > Attachments: YARN-6020_1.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