From yarn-issues-return-134791-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Fri Jan 12 19:27:05 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 2DB38180621 for ; Fri, 12 Jan 2018 19:27:05 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1DCAF160C33; Fri, 12 Jan 2018 18:27:05 +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 6279C160C20 for ; Fri, 12 Jan 2018 19:27:04 +0100 (CET) Received: (qmail 59940 invoked by uid 500); 12 Jan 2018 18:27:03 -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 59929 invoked by uid 99); 12 Jan 2018 18:27:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jan 2018 18:27:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 20AEF1A1094 for ; Fri, 12 Jan 2018 18:27:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.711 X-Spam-Level: X-Spam-Status: No, score=-100.711 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id Q26mumvXVmQ8 for ; Fri, 12 Jan 2018 18:27:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id B1C2A5F36A for ; Fri, 12 Jan 2018 18:27:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id E7AEEE0E0B for ; Fri, 12 Jan 2018 18:27:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 1F1A425BD5 for ; Fri, 12 Jan 2018 18:27:00 +0000 (UTC) Date: Fri, 12 Jan 2018 18:27:00 +0000 (UTC) From: "Hudson (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-7731) RegistryDNS should handle upstream DNS returning CNAME 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-7731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16324343#comment-16324343 ] Hudson commented on YARN-7731: ------------------------------ SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #13486 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/13486/]) YARN-7731. RegistryDNS should handle upstream DNS returning CNAME. (billie: rev 4fb1f45f21916ca1b1fc6652a2ad562ac996b7b8) * (edit) hadoop-yarn-project/hadoop-yarn/hadoop-yarn-registry/src/main/java/org/apache/hadoop/registry/server/dns/RegistryDNS.java * (edit) hadoop-yarn-project/hadoop-yarn/hadoop-yarn-registry/src/test/java/org/apache/hadoop/registry/server/dns/TestRegistryDNS.java > RegistryDNS should handle upstream DNS returning CNAME > ------------------------------------------------------ > > Key: YARN-7731 > URL: https://issues.apache.org/jira/browse/YARN-7731 > Project: Hadoop YARN > Issue Type: Bug > Reporter: Billie Rinaldi > Assignee: Eric Yang > Attachments: YARN-7731.001.patch, YARN-7731.002.patch, YARN-7731.003.patch > > > When RegistryDNS performs a lookup in an upstream DNS server and a CNAME record is retrieved, it returns a response with only the CNAME record (there is no A record, meaning no IP address is resolved). RegistryDNS should perform a lookup on the new name from the CNAME record in an attempt to find an A record, which would provide an IP address. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: yarn-issues-help@hadoop.apache.org