You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Eric Payne (JIRA)" <ji...@apache.org> on 2011/02/23 00:24:38 UTC

[jira] Created: (HDFS-1633) Secondary namenode web UI does not print status

Secondary namenode web UI does not print status
-----------------------------------------------

                 Key: HDFS-1633
                 URL: https://issues.apache.org/jira/browse/HDFS-1633
             Project: Hadoop HDFS
          Issue Type: Bug
            Reporter: Eric Payne
            Priority: Minor


Instead of listing the expected lines of status on the secondary namenode web UI, it prints the following string:

org.apache.hadoop.hdfs.server.namenode.SecondaryNameNode$1.this

It does this because the "this" variable of the internal class is referenced when it should be referencing the "this" variable from the SecondaryNameNode class.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (HDFS-1633) Secondary namenode web UI does not print status

Posted by "Aaron T. Myers (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HDFS-1633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aaron T. Myers resolved HDFS-1633.
----------------------------------

    Resolution: Duplicate

This looks like a duplicate of HDFS-2082.

> Secondary namenode web UI does not print status
> -----------------------------------------------
>
>                 Key: HDFS-1633
>                 URL: https://issues.apache.org/jira/browse/HDFS-1633
>             Project: Hadoop HDFS
>          Issue Type: Bug
>            Reporter: Eric Payne
>            Priority: Minor
>
> Instead of listing the expected lines of status on the secondary namenode web UI, it prints the following string:
> org.apache.hadoop.hdfs.server.namenode.SecondaryNameNode$1.this
> It does this because the "this" variable of the internal class is referenced when it should be referencing the "this" variable from the SecondaryNameNode class.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira