HDFS-16225. Fix typo for FederationTestUtils (#3428). Contributed by tomscut.

This commit is contained in:
litao 2021-09-14 16:58:19 +08:00 committed by GitHub
parent 1032104b9a
commit 4f563ff1ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -165,7 +165,7 @@ public final class FederationTestUtils {
* @param resolver Active namenode resolver.
* @param nsId Nameservice identifier.
* @param nnId Namenode identifier.
* @param finalState State to check for.
* @param state State to check for.
* @throws Exception Failed to verify State Store registration of namenode
* nsId:nnId for state.
*/
@ -357,7 +357,7 @@ public final class FederationTestUtils {
*
* @param stateManager number of routers to be registered.
* @param routerCount number of routers to be registered.
* @param tiemout max wait time in ms
* @param timeout max wait time in ms
*/
public static void waitRouterRegistered(RouterStore stateManager,
long routerCount, int timeout) throws Exception {