Return-Path: X-Original-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-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 6913011E90 for ; Thu, 28 Aug 2014 06:08:02 +0000 (UTC) Received: (qmail 31100 invoked by uid 500); 28 Aug 2014 06:07:59 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 31059 invoked by uid 500); 28 Aug 2014 06:07:59 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-issues@hadoop.apache.org Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 31045 invoked by uid 99); 28 Aug 2014 06:07:59 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Aug 2014 06:07:59 +0000 Date: Thu, 28 Aug 2014 06:07:59 +0000 (UTC) From: "Gera Shegalov (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-2405) NPE in FairSchedulerAppsBlock (scheduler page) 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/YARN-2405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14113398#comment-14113398 ] Gera Shegalov commented on YARN-2405: ------------------------------------- YARN-2405.2.patch LGTM. We should let junit catch the original exception and it will properly fail the test. > NPE in FairSchedulerAppsBlock (scheduler page) > ---------------------------------------------- > > Key: YARN-2405 > URL: https://issues.apache.org/jira/browse/YARN-2405 > Project: Hadoop YARN > Issue Type: Bug > Reporter: Maysam Yabandeh > Assignee: Tsuyoshi OZAWA > Attachments: YARN-2405.1.patch, YARN-2405.2.patch, YARN-2405.3.patch > > > FairSchedulerAppsBlock#render throws NPE at this line > {code} > int fairShare = fsinfo.getAppFairShare(attemptId); > {code} > This causes the scheduler page now showing the app since it lack the definition of appsTableData > {code} > Uncaught ReferenceError: appsTableData is not defined > {code} > The problem is temporary meaning that it is usually resolved by itself either after a retry or after a few hours. -- This message was sent by Atlassian JIRA (v6.2#6252)