You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by om...@apache.org on 2022/03/21 16:35:48 UTC

[hadoop] branch trunk updated (c3124a3 -> 1d5650c)

This is an automated email from the ASF dual-hosted git repository.

omalley pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git.


    from c3124a3  YARN-10565. Refactor CS queue initialization to simplify weight mode calculation. Contributed by Benjamin Teke.
     add 1d5650c  HDFS-13248: Namenode needs to use the actual client IP when going through the RBF proxy. There is a new configuration knob dfs.namenode.ip-proxy-users that configures the list of users than can set their client ip address using the client context.

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/ipc/CallerContext.java  |  5 ++
 .../hadoop/security/UserGroupInformation.java      | 14 +++-
 .../server/federation/router/RouterRpcClient.java  |  7 +-
 .../src/site/markdown/HDFSRouterFederation.md      | 14 ++++
 .../java/org/apache/hadoop/hdfs/DFSConfigKeys.java |  2 +
 .../hadoop/hdfs/server/namenode/FSNamesystem.java  |  5 +-
 .../hdfs/server/namenode/NameNodeRpcServer.java    | 32 +++++++-
 .../src/main/resources/hdfs-default.xml            | 11 +++
 .../server/namenode/TestNameNodeRpcServer.java     | 96 +++++++++++++++++++++-
 9 files changed, 175 insertions(+), 11 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org