Skip to content

Commit ba617a3

Browse files
committed
HDFS-17846. Enhance the stability of the unit test TestDirectoryScanner.
1 parent 5f36943 commit ba617a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode/TestDirectoryScanner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ public void testThrottling() throws Exception {
831831

832832
// We need lots of blocks so the report compiler threads have enough to
833833
// keep them busy while we watch them.
834-
int blocks = 20000;
834+
int blocks = 40000;
835835
int maxRetries = 3;
836836

837837
cluster = new MiniDFSCluster.Builder(conf).build();

0 commit comments

Comments
 (0)