Revert HDFS-7813.
This commit is contained in:
parent
bd4c99bece
commit
82d56b337d
|
@ -1241,9 +1241,6 @@ Release 2.7.0 - UNRELEASED
|
||||||
HDFS-7814. Fix usage string of storageType parameter for
|
HDFS-7814. Fix usage string of storageType parameter for
|
||||||
"dfsadmin -setSpaceQuota/clrSpaceQuota". (Xiaoyu Yao via cnauroth)
|
"dfsadmin -setSpaceQuota/clrSpaceQuota". (Xiaoyu Yao via cnauroth)
|
||||||
|
|
||||||
HDFS-7813. TestDFSHAAdminMiniCluster#testFencer testcase is failing
|
|
||||||
frequently. (Rakesh R via cnauroth)
|
|
||||||
|
|
||||||
HDFS-7009. Active NN and standby NN have different live nodes.
|
HDFS-7009. Active NN and standby NN have different live nodes.
|
||||||
(Ming Ma via cnauroth)
|
(Ming Ma via cnauroth)
|
||||||
|
|
||||||
|
|
|
@ -155,7 +155,6 @@ public class TestDFSHAAdminMiniCluster {
|
||||||
tool.setConf(conf);
|
tool.setConf(conf);
|
||||||
assertEquals(0, runTool("-transitionToActive", "nn1"));
|
assertEquals(0, runTool("-transitionToActive", "nn1"));
|
||||||
assertEquals(0, runTool("-failover", "nn1", "nn2"));
|
assertEquals(0, runTool("-failover", "nn1", "nn2"));
|
||||||
assertEquals(0, runTool("-failover", "nn2", "nn1"));
|
|
||||||
|
|
||||||
// Test failover with fencer and nameservice
|
// Test failover with fencer and nameservice
|
||||||
assertEquals(0, runTool("-ns", "minidfs-ns", "-failover", "nn2", "nn1"));
|
assertEquals(0, runTool("-ns", "minidfs-ns", "-failover", "nn2", "nn1"));
|
||||||
|
|
Loading…
Reference in New Issue