goiri commented on code in PR #5496: URL: https://github.com/apache/hadoop/pull/5496#discussion_r1148216905
########## hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/src/test/java/org/apache/hadoop/yarn/server/router/rmadmin/TestableFederationRMAdminInterceptor.java: ########## @@ -46,7 +48,6 @@ public class TestableFederationRMAdminInterceptor extends FederationRMAdminInter // Used to Store the relationship between SubClusterId and RM private ConcurrentHashMap<SubClusterId, MockRM> mockRMs = new ConcurrentHashMap<>(); - Review Comment: I would leave this as it was. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
