Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.0-beta
-
None
-
None
-
Reviewed
Description
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.
Attachments
Attachments
Issue Links
- is related to
-
HBASE-7942 Make use of the plumbing in HBASE-7932 to provide location hints when region files are created
- Closed
-
HDFS-4779 Backport HDFS-2576 to branch-1 (this is the favoredNodes API related changes)
- Open