Return-Path: Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: (qmail 49608 invoked from network); 28 Jul 2010 21:36:37 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 28 Jul 2010 21:36:37 -0000 Received: (qmail 85832 invoked by uid 500); 28 Jul 2010 21:36:37 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 85762 invoked by uid 500); 28 Jul 2010 21:36:37 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 85754 invoked by uid 99); 28 Jul 2010 21:36:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jul 2010 21:36:36 +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; Wed, 28 Jul 2010 21:36:36 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6SLaGWG021847 for ; Wed, 28 Jul 2010 21:36:16 GMT Message-ID: <309503.54461280352976276.JavaMail.jira@thor> Date: Wed, 28 Jul 2010 17:36:16 -0400 (EDT) From: "gary murry (JIRA)" To: hdfs-issues@hadoop.apache.org Subject: [jira] Updated: (HDFS-1321) If service port and main port are the same, there is no clear log message explaining the issue. In-Reply-To: <21649469.54401280352736640.JavaMail.jira@thor> 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/HDFS-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] gary murry updated HDFS-1321: ----------------------------- Priority: Minor (was: Major) > If service port and main port are the same, there is no clear log message explaining the issue. > ----------------------------------------------------------------------------------------------- > > Key: HDFS-1321 > URL: https://issues.apache.org/jira/browse/HDFS-1321 > Project: Hadoop HDFS > Issue Type: Bug > Components: name-node > Reporter: gary murry > Priority: Minor > > With the introduction of a service port to the namenode, there is now a chance for user error to set the two port equal. This will cause the namenode to fail to start up. It would be nice if there was a log message explaining the port clash. Or just treat things as if the service port was not specified. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.