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
1 changed files with 0 additions and 9 deletions

View File

@ -194,15 +194,6 @@ import static org.apache.hadoop.yarn.server.router.RouterAuditLogger.AuditConsta
public class FederationClientInterceptor
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 =
LoggerFactory.getLogger(FederationClientInterceptor.class);