We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecba359 commit 39e81f4Copy full SHA for 39e81f4
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/tools/TestDFSAdmin.java
@@ -1250,6 +1250,7 @@ public void testAllDatanodesReconfig()
1250
any(Configuration.class))).thenReturn(changes);
1251
1252
int result = admin.startReconfiguration("datanode", "livenodes");
1253
+ Thread.sleep(50);
1254
assertThat(result).isEqualTo(0);
1255
final List<String> outsForStartReconf = new ArrayList<>();
1256
final List<String> errsForStartReconf = new ArrayList<>();
0 commit comments