HDFS-16497. EC: Add param comment for liveBusyBlockIndices with HDFS-14768. Contributed by caozhiqiang.
This commit is contained in:
parent
bfde9102be
commit
37650ced81
|
@ -2443,6 +2443,10 @@ public class BlockManager implements BlockStatsMXBean {
|
||||||
* replicas of the given block.
|
* replicas of the given block.
|
||||||
* @param liveBlockIndices List to be populated with indices of healthy
|
* @param liveBlockIndices List to be populated with indices of healthy
|
||||||
* blocks in a striped block group
|
* blocks in a striped block group
|
||||||
|
* @param liveBusyBlockIndices List to be populated with indices of healthy
|
||||||
|
* blocks in a striped block group in busy DN,
|
||||||
|
* which the recovery work have reached their
|
||||||
|
* replication limits
|
||||||
* @param priority integer representing replication priority of the given
|
* @param priority integer representing replication priority of the given
|
||||||
* block
|
* block
|
||||||
* @return the array of DatanodeDescriptor of the chosen nodes from which to
|
* @return the array of DatanodeDescriptor of the chosen nodes from which to
|
||||||
|
|
Loading…
Reference in New Issue