[
https://issues.apache.org/jira/browse/HADOOP-9937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13765484#comment-13765484
]
Colin Patrick McCabe commented on HADOOP-9937:
----------------------------------------------
Have you considered using {{JniBasedUnixGroupsMapping}}? It doesn't fork any
processes.
> Improvement of the group information refer frequency
> ----------------------------------------------------
>
> Key: HADOOP-9937
> URL: https://issues.apache.org/jira/browse/HADOOP-9937
> Project: Hadoop Common
> Issue Type: Improvement
> Components: security
> Affects Versions: 3.0.0
> Reporter: Shinichi Yamashita
> Priority: Minor
> Attachments: namenode-threaddump.txt
>
>
> The node (e.g. NameNode, ResourceManager) uses UGI.getGroupNames() now to get
> the information of the user's group who accessed it.
> In UGI.getGroupsNames(), synchronized is declared, but UGI instance by
> various methods each time and the node get different lock in getGroupName().
> For example, when cache time limit in userToGroupsMap of Groups expired and
> the node accepts many requests at the same time, each refers for group
> information in id command or JNI.
> To improve the refer frequency of the group information, it should change
> about synchronization.
--
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