[ 
https://issues.apache.org/jira/browse/HADOOP-10678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Nauroth updated HADOOP-10678:
-----------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

No additional tests are possible, because this patch is removing code that 
effectively wasn't doing anything.

+1 for the patch.  I committed it to trunk and branch-2.  Thank you, Benoy.

> SecurityUtil has unnecessary synchronization on collection used for only tests
> ------------------------------------------------------------------------------
>
>                 Key: HADOOP-10678
>                 URL: https://issues.apache.org/jira/browse/HADOOP-10678
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 3.0.0, 2.4.0
>            Reporter: Benoy Antony
>            Assignee: Benoy Antony
>            Priority: Minor
>             Fix For: 3.0.0, 2.5.0
>
>         Attachments: HADOOP-10678.patch, HADOOP-10678.patch
>
>
> The function _SecurityUtil.getKerberosInfo()_  is a function used during 
> authentication and authorization. 
> It has two synchronized blocks and one of them is on testProviders. This is 
> an unnecessary lock given that the testProviders is empty in real scenario.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to