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.