HDFS-16225. Fix typo for FederationTestUtils (#3428). Contributed by tomscut.
This commit is contained in:
parent
1032104b9a
commit
4f563ff1ba
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue