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/main/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockManager.java
Copy file name to clipboardExpand all lines: hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/blockmanagement/TestBlockManager.java
+55-3Lines changed: 55 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -858,10 +858,12 @@ public void testSkipReconstructionWithManyBusyNodes() {
858
858
// RS-3-2 EC policy
859
859
ErasureCodingPolicyecPolicy =
860
860
SystemErasureCodingPolicies.getPolicies().get(1);
861
-
// striped blockInfo
861
+
862
+
// striped blockInfo: 3 data blocks + 2 parity blocks
0 commit comments