HDFS-16225. Fix typo for FederationTestUtils (#3428). Contributed by tomscut.
This commit is contained in:
parent
1032104b9a
commit
4f563ff1ba
@ -165,7 +165,7 @@ public static NamenodeStatusReport createNamenodeReport(String ns, String nn,
|
|||||||
* @param resolver Active namenode resolver.
|
* @param resolver Active namenode resolver.
|
||||||
* @param nsId Nameservice identifier.
|
* @param nsId Nameservice identifier.
|
||||||
* @param nnId Namenode 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
|
* @throws Exception Failed to verify State Store registration of namenode
|
||||||
* nsId:nnId for state.
|
* nsId:nnId for state.
|
||||||
*/
|
*/
|
||||||
@ -357,7 +357,7 @@ public Object answer(InvocationOnMock invocation) throws Throwable {
|
|||||||
*
|
*
|
||||||
* @param stateManager number of routers to be registered.
|
* @param stateManager number of routers to be registered.
|
||||||
* @param routerCount 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,
|
public static void waitRouterRegistered(RouterStore stateManager,
|
||||||
long routerCount, int timeout) throws Exception {
|
long routerCount, int timeout) throws Exception {
|
||||||
|
Loading…
Reference in New Issue
Block a user