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 B30A22009F8 for ; Fri, 20 May 2016 08:07:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B1AFF160A22; Fri, 20 May 2016 06:07:14 +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 04EC0160A00 for ; Fri, 20 May 2016 08:07:13 +0200 (CEST) Received: (qmail 40742 invoked by uid 500); 20 May 2016 06:07:13 -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 40727 invoked by uid 99); 20 May 2016 06:07:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2016 06:07:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D143F2C1F5D for ; Fri, 20 May 2016 06:07:12 +0000 (UTC) Date: Fri, 20 May 2016 06:07:12 +0000 (UTC) From: "Rohith Sharma K S (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (YARN-5104) TestNMProxy.testNMProxyRPCRetry failed MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 20 May 2016 06:07:14 -0000 [ https://issues.apache.org/jira/browse/YARN-5104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohith Sharma K S updated YARN-5104: ------------------------------------ Labels: test (was: ) > TestNMProxy.testNMProxyRPCRetry failed > -------------------------------------- > > Key: YARN-5104 > URL: https://issues.apache.org/jira/browse/YARN-5104 > Project: Hadoop YARN > Issue Type: Test > Affects Versions: 2.9.0 > Reporter: Yufei Gu > Assignee: Yufei Gu > Labels: test > Attachments: YARN-5104.001.patch > > > TestNMProxy.testNMProxyRPCRetry throws an exception and expected to be caught and handled. > YARN-4916 did handle this exception OK: > {code} > java.net.BindException: Problem binding to [xxx] java.net.BindException: Can't assign requested address; For more details see: http://wiki.apache.org/hadoop/BindException > {code} > But it can also throw > {code} > java.io.IOException: Failed on local exception: java.net.SocketException: Invalid argument; Host Details : local host is: "xxx"; destination host is: "1234":0; " > {code} > It failed YARN-4916 with following message. > {code} > Error Message: > null > Stack Trace: > java.lang.AssertionError: null > at org.junit.Assert.fail(Assert.java:86) > at org.junit.Assert.assertTrue(Assert.java:41) > at org.junit.Assert.assertTrue(Assert.java:52) > at org.apache.hadoop.yarn.server.nodemanager.containermanager.TestNMProxy.testNMProxyRPCRetry(TestNMProxy.java:192) > {code} -- 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