[
https://issues.apache.org/jira/browse/HADOOP-10566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13996638#comment-13996638
]
Suresh Srinivas commented on HADOOP-10566:
------------------------------------------
[~benoyantony] I have committed this to trunk. On branch-2 the code does not
compile. Can you post a branch-2 patch?
{noformat}
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.5.1:testCompile
(default-testCompile) on project hadoop-hdfs: Compilation failure: Compilation
failure:
[ERROR]
/Users/suresh/Documents/workspace/committer/branches/branch-2/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/common/TestJspHelper.java:[413,8]
cannot find symbol
[ERROR] symbol: variable jspWriterOutput
[ERROR] jspWriterOutput += (String) args[0];
[ERROR]
/Users/suresh/Documents/workspace/committer/branches/branch-2/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/common/TestJspHelper.java:[418,4]
cannot find symbol
[ERROR] symbol : variable jspWriterOutput
[ERROR] location: class org.apache.hadoop.hdfs.server.common.TestJspHelper
[ERROR]
/Users/suresh/Documents/workspace/committer/branches/branch-2/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/common/TestJspHelper.java:[426,43]
cannot find symbol
[ERROR] symbol : variable jspWriterOutput
[ERROR] location: class org.apache.hadoop.hdfs.server.common.TestJspHelper
{noformat}
> Refactor proxyservers out of ProxyUsers
> ---------------------------------------
>
> Key: HADOOP-10566
> URL: https://issues.apache.org/jira/browse/HADOOP-10566
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: security
> Affects Versions: 2.4.0
> Reporter: Benoy Antony
> Assignee: Benoy Antony
> Attachments: HADOOP-10566.patch, HADOOP-10566.patch,
> HADOOP-10566.patch, HADOOP-10566.patch, HADOOP-10566.patch
>
>
> HADOOP-10498 added proxyservers feature in ProxyUsers. It is beneficial to
> treat this as a separate feature since
> 1> The ProxyUsers is per proxyuser where as proxyservers is per cluster. The
> cardinality is different.
> 2> The ProxyUsers.authorize() and ProxyUsers.isproxyUser() are synchronized
> and hence share the same lock and impacts performance.
> Since these are two separate features, it will be an improvement to keep them
> separate. It also enables one to fine-tune each feature independently.
--
This message was sent by Atlassian JIRA
(v6.2#6252)