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 E49AF102B4 for ; Sun, 13 Apr 2014 22:40:18 +0000 (UTC) Received: (qmail 38039 invoked by uid 500); 13 Apr 2014 22:40:18 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 37857 invoked by uid 500); 13 Apr 2014 22:40:16 -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 37847 invoked by uid 99); 13 Apr 2014 22:40:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Apr 2014 22:40:16 +0000 Date: Sun, 13 Apr 2014 22:40:16 +0000 (UTC) From: "Vinod Kumar Vavilapalli (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-1928) TestAMRMRPCNodeUpdates fails ocassionally 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-1928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13967969#comment-13967969 ] Vinod Kumar Vavilapalli commented on YARN-1928: ----------------------------------------------- The reasoning and the patch look good to me. +1. Will check this in. One side note is that on register, AMs are not getting notified of all nodes in the system. That will be taken care of at YARN-435, at which point this test will need to change. > TestAMRMRPCNodeUpdates fails ocassionally > ----------------------------------------- > > Key: YARN-1928 > URL: https://issues.apache.org/jira/browse/YARN-1928 > Project: Hadoop YARN > Issue Type: Bug > Reporter: Zhijie Shen > Assignee: Zhijie Shen > Attachments: YARN-1928.1.patch > > > {code} > junit.framework.AssertionFailedError: expected:<0> but was:<4> > at junit.framework.Assert.fail(Assert.java:50) > at junit.framework.Assert.failNotEquals(Assert.java:287) > at junit.framework.Assert.assertEquals(Assert.java:67) > at junit.framework.Assert.assertEquals(Assert.java:199) > at junit.framework.Assert.assertEquals(Assert.java:205) > at org.apache.hadoop.yarn.server.resourcemanager.applicationsmanager.TestAMRMRPCNodeUpdates.testAMRMUnusableNodes(TestAMRMRPCNodeUpdates.java:136) > {code} -- This message was sent by Atlassian JIRA (v6.2#6252)