Skip to content

Commit dbbea86

Browse files
committed
Revert increasing datanodes
1 parent 17f0864 commit dbbea86

File tree

1 file changed

+1
-1
lines changed
  • hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha

1 file changed

+1
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/TestObserverNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public static void startUpCluster() throws Exception {
108108
// Observer and immediately try to read from it.
109109
conf.setTimeDuration(
110110
OBSERVER_PROBE_RETRY_PERIOD_KEY, 0, TimeUnit.MILLISECONDS);
111-
qjmhaCluster = HATestUtil.setUpObserverCluster(conf, 1, 5, true);
111+
qjmhaCluster = HATestUtil.setUpObserverCluster(conf, 1, 1, true);
112112
dfsCluster = qjmhaCluster.getDfsCluster();
113113
}
114114

0 commit comments

Comments
 (0)