From yarn-dev-return-36326-apmail-hadoop-yarn-dev-archive=hadoop.apache.org@hadoop.apache.org Wed Oct 7 22:53:09 2020 Return-Path: X-Original-To: apmail-hadoop-yarn-dev-archive@locus.apache.org Delivered-To: apmail-hadoop-yarn-dev-archive@locus.apache.org Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by minotaur.apache.org (Postfix) with ESMTP id 1A1591A79E for ; Wed, 7 Oct 2020 22:53:09 +0000 (UTC) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id 0A12964E4F for ; Wed, 7 Oct 2020 22:53:07 +0000 (UTC) Received: (qmail 15181 invoked by uid 500); 7 Oct 2020 22:53:02 -0000 Delivered-To: apmail-hadoop-yarn-dev-archive@hadoop.apache.org Received: (qmail 15022 invoked by uid 500); 7 Oct 2020 22:53:02 -0000 Mailing-List: contact yarn-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list yarn-dev@hadoop.apache.org Received: (qmail 14993 invoked by uid 99); 7 Oct 2020 22:53:02 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Oct 2020 22:53:02 +0000 Received: from jira2-he-de.apache.org (static.54.33.119.168.clients.your-server.de [168.119.33.54]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id CFE87428BB for ; Wed, 7 Oct 2020 22:53:00 +0000 (UTC) Received: from jira2-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira2-he-de.apache.org (ASF Mail Server at jira2-he-de.apache.org) with ESMTP id 64E61C818F7 for ; Wed, 7 Oct 2020 22:53:00 +0000 (UTC) Date: Wed, 7 Oct 2020 22:53:00 +0000 (UTC) From: "Ahmed Hussein (Jira)" To: yarn-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (YARN-10455) TestNMProxy.testNMProxyRPCRetry is not consistent MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Ahmed Hussein created YARN-10455: ------------------------------------ Summary: TestNMProxy.testNMProxyRPCRetry is not consistent Key: YARN-10455 URL: https://issues.apache.org/jira/browse/YARN-10455 Project: Hadoop YARN Issue Type: Bug Reporter: Ahmed Hussein Assignee: Ahmed Hussein The fix in=C2=A0YARN-8844 may fail depending on the configuration of the ma= chine running the test. In some cases the address gets resolved and the Unit throws a connection ti= meout exception instead. In such scenario the JUnit times out the main reas= on behind the failure is swallowed by the shutdown of the clients. To make sure that the JUnit behavior is consistent, a suggested fix is to s= et the host address to {{127.0.0.1:1}}. The latter will omit the probabilit= y of collisions on non-privileged ports. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-dev-unsubscribe@hadoop.apache.org For additional commands, e-mail: yarn-dev-help@hadoop.apache.org