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

Hudson commented on HDFS-2786:
------------------------------

Integrated in Hadoop-Common-0.23-Commit #520 (See 
[https://builds.apache.org/job/Hadoop-Common-0.23-Commit/520/])
    Merged r1241766 from trunk for HDFS-2786.

jitendra : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1241768
Files : 
* 
/hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSUtil.java
* 
/hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/common/JspHelper.java
* 
/hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/DatanodeJspHelper.java
* 
/hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/DFSAdmin.java

                
> Fix host-based token incompatibilities in DFSUtil
> -------------------------------------------------
>
>                 Key: HDFS-2786
>                 URL: https://issues.apache.org/jira/browse/HDFS-2786
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>          Components: name-node, security
>    Affects Versions: 0.24.0, 0.23.1
>            Reporter: Daryn Sharp
>            Assignee: Kihwal Lee
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: hdfs-2786.patch, hdfs-2786.patch
>
>
> DFSUtil introduces new static methods that duplicate functionality in 
> NetUtils.  These new methods lack the logic necessary for host-based tokens 
> to work.  After speaking with Suresh, the approach being taken is:
> * DFSUtil.getSocketAddress will be removed.  Callers will be reverted to 
> using the NetUtils version.
> * DFSUtil.getDFSClient will changed to take accept a uri/host:port string 
> instead of an InetSocketAddress.  The method will internal call 
> NetUtils.createSocketAddr. This alleviates the callers from being required to 
> call NetUtils.createSocketAddr and reduce the opportunity for error that will 
> break host-based tokens.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to