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 "Jeff Zhang (JIRA)" <ji...@apache.org> on 2010/06/07 11:20:07 UTC

[jira] Created: (HDFS-1191) SecondaryNameNode give the loopback address (127.0.0.1) to NameNode under some condition

SecondaryNameNode give the loopback address (127.0.0.1) to NameNode under some condition
----------------------------------------------------------------------------------------

                 Key: HDFS-1191
                 URL: https://issues.apache.org/jira/browse/HDFS-1191
             Project: Hadoop HDFS
          Issue Type: Bug
            Reporter: Jeff Zhang


This issue is because of JDK's bug (although this won't been fixed )
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4665037

In the method putFSImage of SecondaryNameNode.java,  InetAddress.getLocalHost().getHostAddress() will return 127.0.0.1 under some condition which will cause the NameNode can't fetch the merged fsimage from SecondaryNameNode.







-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.