[ https://issues.apache.org/jira/browse/HDFS-13515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18011043#comment-18011043 ]
ASF GitHub Bot commented on HDFS-13515: --------------------------------------- ayushtkn closed pull request #371: HDFS-13515 URL: https://github.com/apache/hadoop/pull/371 > NetUtils#connect should log remote address for NoRouteToHostException > --------------------------------------------------------------------- > > Key: HDFS-13515 > URL: https://issues.apache.org/jira/browse/HDFS-13515 > Project: Hadoop HDFS > Issue Type: Improvement > Reporter: Ted Yu > Priority: Minor > Labels: pull-request-available > > {code} > hdfs.BlockReaderFactory: I/O error constructing remote block reader. > java.net.NoRouteToHostException: No route to host > at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) > at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) > at > org.apache.hadoop.net.SocketIOWithTimeout.connect(SocketIOWithTimeout.java:206) > at org.apache.hadoop.net.NetUtils.connect(NetUtils.java:529) > at org.apache.hadoop.hdfs.DFSClient.newConnectedPeer(DFSClient.java:2884) > {code} > In the above stack trace, the remote host was not logged. > This makes troubleshooting a bit hard. > NetUtils#connect should log remote address for NoRouteToHostException . -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org