HDFS-7448 TestBookKeeperHACheckpoints fails in trunk (Akira Ajisaka via stevel)
This commit is contained in:
parent
86535ff65f
commit
81ad192730
|
@ -262,6 +262,9 @@ Release 2.7.0 - UNRELEASED
|
||||||
HDFS-7444. convertToBlockUnderConstruction should preserve BlockCollection.
|
HDFS-7444. convertToBlockUnderConstruction should preserve BlockCollection.
|
||||||
(wheat9)
|
(wheat9)
|
||||||
|
|
||||||
|
HDFS-7448 TestBookKeeperHACheckpoints fails in trunk build
|
||||||
|
(Akira Ajisaka via stevel)
|
||||||
|
|
||||||
Release 2.6.1 - UNRELEASED
|
Release 2.6.1 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -52,7 +52,7 @@ public class TestBookKeeperHACheckpoints extends TestStandbyCheckpoints {
|
||||||
|
|
||||||
cluster = new MiniDFSCluster.Builder(conf)
|
cluster = new MiniDFSCluster.Builder(conf)
|
||||||
.nnTopology(topology)
|
.nnTopology(topology)
|
||||||
.numDataNodes(0)
|
.numDataNodes(1)
|
||||||
.manageNameDfsSharedDirs(false)
|
.manageNameDfsSharedDirs(false)
|
||||||
.build();
|
.build();
|
||||||
cluster.waitActive();
|
cluster.waitActive();
|
||||||
|
|
Loading…
Reference in New Issue