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 ay...@apache.org on 2022/07/23 14:58:56 UTC

[hadoop] branch trunk updated (2c963570517 -> 63db1a85e37)

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

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


    from 2c963570517 HDFS-15079. RBF: Namenode needs to use the actual client Id and callId when going through RBF proxy. (#4530)
     add 63db1a85e37 YARN-11203. Fix typo in hadoop-yarn-server-router module. (#4510). Contributed by fanshilun.

No new revisions were added by this update.

Summary of changes:
 .../clientrm/AbstractClientRequestInterceptor.java |  2 +-
 .../router/clientrm/ClientRequestInterceptor.java  | 18 +++++++++---------
 .../clientrm/FederationClientInterceptor.java      |  4 ++--
 .../router/clientrm/RouterClientRMService.java     | 20 ++++++++++----------
 .../rmadmin/AbstractRMAdminRequestInterceptor.java |  2 +-
 .../router/rmadmin/RMAdminRequestInterceptor.java  | 18 +++++++++---------
 .../router/rmadmin/RouterRMAdminService.java       | 22 +++++++++++-----------
 .../webapp/AbstractRESTRequestInterceptor.java     |  2 +-
 .../router/webapp/FederationInterceptorREST.java   |  8 ++++----
 .../router/webapp/RESTRequestInterceptor.java      | 18 +++++++++---------
 .../server/router/webapp/RouterWebServiceUtil.java | 10 +++++-----
 .../server/router/webapp/RouterWebServices.java    | 20 ++++++++++----------
 .../router/clientrm/BaseRouterClientRMTest.java    |  2 +-
 .../PassThroughClientRequestInterceptor.java       |  4 ++--
 .../clientrm/TestFederationClientInterceptor.java  |  6 +++---
 .../TestFederationClientInterceptorRetry.java      |  6 +++---
 .../router/clientrm/TestRouterYarnClientUtils.java |  2 +-
 .../router/rmadmin/BaseRouterRMAdminTest.java      |  2 +-
 .../rmadmin/MockRMAdminRequestInterceptor.java     |  2 +-
 .../PassThroughRMAdminRequestInterceptor.java      |  4 ++--
 .../router/webapp/BaseRouterWebServicesTest.java   |  2 +-
 .../yarn/server/router/webapp/JavaProcess.java     |  6 +++---
 .../webapp/PassThroughRESTRequestInterceptor.java  |  4 ++--
 .../webapp/TestFederationInterceptorREST.java      |  8 ++++----
 .../webapp/TestFederationInterceptorRESTRetry.java |  4 ++--
 25 files changed, 98 insertions(+), 98 deletions(-)


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