Tsz Wo (Nicholas), SZE created HADOOP-8348: ----------------------------------------------
Summary: Server$Listener.getAddress(..) may thow NullPointerException Key: HADOOP-8348 URL: https://issues.apache.org/jira/browse/HADOOP-8348 Project: Hadoop Common Issue Type: Bug Components: ipc Reporter: Tsz Wo (Nicholas), SZE {noformat} Exception in thread "DataXceiver for client /127.0.0.1:35472 [Waiting for operation #2]" java.lang.NullPointerException at org.apache.hadoop.ipc.Server$Listener.getAddress(Server.java:669) at org.apache.hadoop.ipc.Server.getListenerAddress(Server.java:1988) at org.apache.hadoop.hdfs.server.datanode.DataNode.getIpcPort(DataNode.java:882) at org.apache.hadoop.hdfs.server.datanode.DataNode.getDisplayName(DataNode.java:863) at org.apache.hadoop.hdfs.server.datanode.DataXceiver.run(DataXceiver.java:177) at java.lang.Thread.run(Thread.java:662) {noformat} -- 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