This is an automated email from the ASF dual-hosted git repository. keepromise pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
from 1f640aa02a2 YARN-11787. [Federation] Enhance Exception Handling in FederationClientInterceptor#forceKillApplication. (#7465) Contributed by Shilun Fan. add df5e2054525 HDFS-17713. [ARR] Throtting asynchronous calls for each nameservice. (#7304). Contributed by hfutatzhanghb. No new revisions were added by this update. Summary of changes: .../RouterAsyncRpcFairnessPolicyController.java | 91 ++++++++++++++ .../server/federation/router/RBFConfigKeys.java | 3 + .../server/federation/router/RouterRpcClient.java | 18 +-- .../router/async/RouterAsyncRpcClient.java | 63 +++++----- .../src/main/resources/hdfs-rbf-default.xml | 9 ++ ...estRouterAsyncRpcFairnessPolicyController.java} | 135 +++++---------------- .../router/async/TestRouterAsyncRpc.java | 15 ++- .../async/TestRouterAsyncRpcMultiDestination.java | 7 ++ 8 files changed, 192 insertions(+), 149 deletions(-) create mode 100644 hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/fairness/RouterAsyncRpcFairnessPolicyController.java copy hadoop-hdfs-project/hadoop-hdfs-rbf/src/test/java/org/apache/hadoop/hdfs/server/federation/fairness/{TestRouterRpcFairnessPolicyController.java => TestRouterAsyncRpcFairnessPolicyController.java} (54%) --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org