Return-Path: Delivered-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Received: (qmail 912 invoked from network); 18 Dec 2010 03:11:23 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Dec 2010 03:11:23 -0000 Received: (qmail 85265 invoked by uid 500); 18 Dec 2010 03:11:23 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 85100 invoked by uid 500); 18 Dec 2010 03:11:23 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 85082 invoked by uid 99); 18 Dec 2010 03:11:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Dec 2010 03:11:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Dec 2010 03:11:22 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBI3B23g008728 for ; Sat, 18 Dec 2010 03:11:02 GMT Message-ID: <10425122.191261292641862116.JavaMail.jira@thor> Date: Fri, 17 Dec 2010 22:11:02 -0500 (EST) From: "Konstantin Boudnik (JIRA)" To: hdfs-dev@hadoop.apache.org Subject: [jira] Created: (HDFS-1546) CLONE -TestCLI fails on Ubuntu with default /etc/hosts MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 CLONE -TestCLI fails on Ubuntu with default /etc/hosts ------------------------------------------------------ Key: HDFS-1546 URL: https://issues.apache.org/jira/browse/HDFS-1546 Project: Hadoop HDFS Issue Type: Bug Affects Versions: 0.20.2, 0.21.0, 0.22.0 Reporter: Konstantin Boudnik Assignee: Konstantin Boudnik Priority: Minor Fix For: 0.20.3, 0.21.1, 0.22.0, 0.23.0 Depending on the order of entries in /etc/hosts, TestCLI can fail. This is because it sets fs.default.name to "localhost", and then the bound IPC socket on the NN side reports its hostname as "foobar-host" if the entry for 127.0.0.1 lists "foobar-host" before "localhost". This seems to be the default in some versions of Ubuntu. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.