Details
Description
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.
Attachments
Attachments
Issue Links
- relates to
-
MAPREDUCE-2746 [MR-279] [Security] Yarn servers can't communicate with each other with hadoop.security.authorization set to true
- Closed