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

Hudson commented on HADOOP-9339:
--------------------------------

Integrated in Hadoop-trunk-Commit #3393 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/3393/])
    HADOOP-9339. IPC.Server incorrectly sets UGI auth type. Contributed by 
Daryn Sharp (Revision 1450963)

     Result = SUCCESS
kihwal : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1450963
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/TestDoAsEffectiveUser.java

                
> IPC.Server incorrectly sets UGI auth type
> -----------------------------------------
>
>                 Key: HADOOP-9339
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9339
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc
>    Affects Versions: 0.23.0, 2.0.0-alpha, 3.0.0
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>         Attachments: HADOOP-9339.branch-23.patch, HADOOP-9339.patch, 
> HADOOP-9339.patch
>
>
> For non-secure servers, {{IPC.Server#processConnectionContext}} will 
> explicitly set the UGI's auth type to SIMPLE.  However the auth type has 
> already been set by this point, and this explicit set causes proxy UGIs to be 
> SIMPLE/SIMPLE instead of PROXY/SIMPLE.

--
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