[ 
https://issues.apache.org/jira/browse/HDFS-4827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13668641#comment-13668641
 ] 

Hudson commented on HDFS-4827:
------------------------------

Integrated in Hadoop-trunk-Commit #3795 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/3795/])
    HDFS-4827. Slight update to the implementation of API for handling favored 
nodes in DFSClient. Contributed by Devaraj Das. (Revision 1487093)

     Result = SUCCESS
ddas : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1487093
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSClient.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/DatanodeManager.java

                
> 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
>
>         Attachments: hdfs-4827-1.txt
>
>
> 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

Reply via email to