Benoy Antony created HADOOP-10470: ------------------------------------- Summary: Change synchronization mechanism in ProxyUsers to readwrite lock Key: HADOOP-10470 URL: https://issues.apache.org/jira/browse/HADOOP-10470 Project: Hadoop Common Issue Type: Sub-task Components: security Reporter: Benoy Antony Assignee: Benoy Antony
Currently _ProxyUsers_ class achieve synchronization via _synchornized_. Performance on _ProxyUsers.authorize_can be improved by replacing this with read/write lock. -- This message was sent by Atlassian JIRA (v6.2#6252)