Skip to content

Commit 544ccda

Browse files
tasanumaHarshitGupta11
authored andcommitted
HDFS-16497. EC: Add param comment for liveBusyBlockIndices with HDFS-14768. Contributed by caozhiqiang.
1 parent 177c2ea commit 544ccda

File tree

1 file changed

+4
-0
lines changed
  • hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement

1 file changed

+4
-0
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockManager.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2443,6 +2443,10 @@ private DatanodeDescriptor getDatanodeDescriptorFromStorage(
24432443
* replicas of the given block.
24442444
* @param liveBlockIndices List to be populated with indices of healthy
24452445
* blocks in a striped block group
2446+
* @param liveBusyBlockIndices List to be populated with indices of healthy
2447+
* blocks in a striped block group in busy DN,
2448+
* which the recovery work have reached their
2449+
* replication limits
24462450
* @param priority integer representing replication priority of the given
24472451
* block
24482452
* @return the array of DatanodeDescriptor of the chosen nodes from which to

0 commit comments

Comments
 (0)