HDFS-13964. RBF: TestRouterWebHDFSContractAppend fails with No Active Namenode under nameservice. Contributed by Ayush Saxena.
This commit is contained in:
parent
b85ee0d75d
commit
3bfff0f79e
@ -82,6 +82,7 @@ public static void createCluster() throws IOException {
|
||||
cluster.switchToStandby(ns, NAMENODES[1]);
|
||||
}
|
||||
}
|
||||
cluster.waitActiveNamespaces();
|
||||
} catch (Exception e) {
|
||||
cluster = null;
|
||||
throw new IOException("Cannot start federated cluster", e);
|
||||
|
Loading…
Reference in New Issue
Block a user