[
https://issues.apache.org/jira/browse/HADOOP-10678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Nauroth updated HADOOP-10678:
-----------------------------------
Target Version/s: 3.0.0, 2.5.0
Affects Version/s: 3.0.0
2.4.0
Fix Version/s: 2.5.0
3.0.0
Hadoop Flags: Reviewed
> 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)