Devaraj Das created HDFS-4827: --------------------------------- Summary: Slight update to the implementation of API for handling favored nodes in DFSClient Key: HDFS-4827 URL: https://issues.apache.org/jira/browse/HDFS-4827 Project: Hadoop HDFS Issue Type: Bug Affects Versions: 2.0.5-beta Reporter: Devaraj Das Assignee: Devaraj Das Fix For: 2.0.5-beta
Currently, the favoredNodes flavor of the DFSClient.create implementation does a call to _inetSocketAddressInstance.getAddress().getHostAddress()_ This wouldn't work if the inetSocketAddressInstance is unresolved (instance created via InetSocketAddress.createUnresolved()). The DFSClient API should handle both cases of favored-nodes' InetSocketAddresses (resolved/unresolved) passed to it. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira