浏览代码

HDFS-16291.Make the comment of INode#ReclaimContext more standardized. (#3602)

jianghuazhu 3 年之前
父节点
当前提交
18b2cca74c

+ 6 - 6
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/INode.java

@@ -994,14 +994,14 @@ public abstract class INode implements INodeAttributes, Diff.Element<byte[]> {
 
     /**
      * @param bsps
- *          block storage policy suite to calculate intended storage type
- *          usage
+     *      block storage policy suite to calculate intended storage type
+     *      usage
      * @param collectedBlocks
-*          blocks collected from the descents for further block
-*          deletion/update will be added to the given map.
+     *     blocks collected from the descents for further block
+     *     deletion/update will be added to the given map.
      * @param removedINodes
-*          INodes collected from the descents for further cleaning up of
-     * @param removedUCFiles
+     *     INodes collected from the descents for further cleaning up of
+     * @param removedUCFiles INodes whose leases need to be released
      */
     public ReclaimContext(
         BlockStoragePolicySuite bsps, BlocksMapUpdateInfo collectedBlocks,