Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B368C974A for ; Thu, 17 May 2012 18:34:38 +0000 (UTC) Received: (qmail 94209 invoked by uid 500); 17 May 2012 18:34:38 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 94173 invoked by uid 500); 17 May 2012 18:34:38 -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 94165 invoked by uid 99); 17 May 2012 18:34:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 May 2012 18:34:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 May 2012 18:34:37 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id CD15AAD9C for ; Thu, 17 May 2012 18:34:16 +0000 (UTC) Date: Thu, 17 May 2012 18:34:16 +0000 (UTC) From: "Hudson (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <985262628.10050.1337279656841.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1449867712.6787.1337215807880.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HDFS-3434) InvalidProtocolBufferException when visiting DN browseDirectory.jsp MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HDFS-3434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13278070#comment-13278070 ] Hudson commented on HDFS-3434: ------------------------------ Integrated in Hadoop-Mapreduce-trunk-Commit #2279 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2279/]) HDFS-3434. InvalidProtocolBufferException when visiting DN browseDirectory.jsp. Contributed by Eli Collins (Revision 1339712) Result = ABORTED eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1339712 Files : * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NameNodeHttpServer.java * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/common/TestJspHelper.java > InvalidProtocolBufferException when visiting DN browseDirectory.jsp > ------------------------------------------------------------------- > > Key: HDFS-3434 > URL: https://issues.apache.org/jira/browse/HDFS-3434 > Project: Hadoop HDFS > Issue Type: Bug > Affects Versions: 2.0.0 > Reporter: Eli Collins > Assignee: Eli Collins > Attachments: hdfs-3434.txt, hdfs-3434.txt, hdfs-3434.txt > > > The nnaddr field on dfsnodelist.jsp is getting set incorrectly. When selecting the "haus04" under the "Node" table I get a link with the http address which is bogus (the wildcard/http port not the nn rpc addr), which results in an error of "Call From haus04.mtv.cloudera.com/172.29.122.94 to 0.0.0.0:10070 failed on connection exception: java.net.ConnectException: Connection refused". The browse this file system link works. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira