YARN-10144. Federation: Add missing FederationClientInterceptor APIs. (#5587)

This commit is contained in:
slfan1989 2023-05-04 00:21:56 +08:00 committed by GitHub
parent c1d10f3872
commit 476f60a806
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -194,15 +194,6 @@
public class FederationClientInterceptor public class FederationClientInterceptor
extends AbstractClientRequestInterceptor { extends AbstractClientRequestInterceptor {
/*
* TODO YARN-6740 Federation Router (hiding multiple RMs for
* ApplicationClientProtocol) phase 2.
*
* The current implementation finalized the main 4 calls (getNewApplication,
* submitApplication, forceKillApplication and getApplicationReport). Those
* allow us to execute applications E2E.
*/
private static final Logger LOG = private static final Logger LOG =
LoggerFactory.getLogger(FederationClientInterceptor.class); LoggerFactory.getLogger(FederationClientInterceptor.class);