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

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


    from 743db6e  HADOOP-18155. Refactor tests in TestFileUtil (#4063)
     new 5a38ed2  HADOOP-17276. Extend CallerContext to make it include many 
items (#2327)
     new 8e129e5  HDFS-13293. RBF: The RouterRPCServer should transfer client 
IP via CallerContext to NamenodeRpcServer (#2363)
     new 2479d4a  HDFS-15630. RBF: Fix wrong client IP info in CallerContext 
when requests mount points with multi-destinations. Contributed by Chengwei Wang
     new f9d40ed  HDFS-16266. Add remote port information to HDFS audit log 
(#3538)
     new 0029f22  HADOOP-18003. Add a method appendIfAbsent for CallerContext 
(#3644)
     new 496657c  HDFS-16310. RBF: Add client port to CallerContext for Router 
(#3635)
     new 52fb9d7  HADOOP-18014. CallerContext should not include some 
characters. (#3698)
     new c52b97d  HDFS-16495: RBF should prepend the client ip rather than 
append it.

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../hadoop/fs/CommonConfigurationKeysPublic.java   |   3 +
 .../java/org/apache/hadoop/ipc/CallerContext.java  | 131 ++++++++++++++++++++-
 .../main/java/org/apache/hadoop/ipc/Server.java    |  31 ++++-
 .../src/main/resources/core-default.xml            |  10 ++
 .../org/apache/hadoop/ipc/TestCallerContext.java   |  84 +++++++++++++
 .../server/federation/router/RouterRpcClient.java  |  74 +++++++++++-
 .../server/federation/router/TestRouterRpc.java    |  77 +++++++++++-
 .../router/TestRouterRpcMultiDestination.java      |  42 +++++++
 .../java/org/apache/hadoop/hdfs/DFSConfigKeys.java |   4 +
 .../hadoop/hdfs/server/common/JspHelper.java       |   3 +
 .../hadoop/hdfs/server/namenode/AuditLogger.java   |   5 +-
 .../hadoop/hdfs/server/namenode/FSNamesystem.java  |  49 ++++++--
 .../hadoop/hdfs/server/namenode/FsckServlet.java   |   4 +-
 .../hdfs/server/namenode/HdfsAuditLogger.java      |   4 +-
 .../web/resources/NamenodeWebHdfsMethods.java      |  10 ++
 .../src/main/resources/hdfs-default.xml            |   8 ++
 .../hdfs/server/namenode/TestAuditLogger.java      |  94 ++++++++++++++-
 .../hadoop/hdfs/server/namenode/TestAuditLogs.java |   6 +-
 .../hadoop/hdfs/server/namenode/TestFsck.java      |   8 +-
 .../metrics/TimelineServiceV1Publisher.java        |   2 +-
 .../metrics/TimelineServiceV2Publisher.java        |   2 +-
 .../impl/pb/ApplicationStateDataPBImpl.java        |   7 +-
 .../server/resourcemanager/TestRMAuditLogger.java  |   4 +-
 23 files changed, 618 insertions(+), 44 deletions(-)
 create mode 100644 
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestCallerContext.java

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to