-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1.0-beta
-
Fix Version/s: 2.1.0-beta
-
Component/s: None
-
Labels:None
-
Hadoop Flags:Reviewed
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.
- 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
-