You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/blockmanagement/TestBlockReportLease.java
+1-5
Original file line number
Diff line number
Diff line change
@@ -283,7 +283,7 @@ public void testFirstIncompleteBlockReport() throws Exception {
283
283
cluster.waitActive();
284
284
285
285
FSNamesystemfsn = cluster.getNamesystem();
286
-
286
+
287
287
NameNodenameNode = cluster.getNameNode();
288
288
// pretend to be in safemode
289
289
NameNodeAdapter.enterSafeMode(nameNode, false);
@@ -337,10 +337,6 @@ public void testFirstIncompleteBlockReport() throws Exception {
0 commit comments