Skip to content

Commit

Permalink
fix javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
hfutatzhanghb committed Jan 9, 2025
1 parent 3064fc6 commit fc61ca4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ public static File idToBlockDir(File root, long blockId) {
* We hava a block with blockid mapping to:
* "/data1/hadoop/hdfs/datanode/current/BP-xxxx/current/finalized/subdir0/subdir0"
* We return "subdir0/subdir0".
* @param blockId the block id.
* @return two-level subdir string where block will be stored.
*/
public static String idToBlockDirSuffixName(long blockId) {
Expand Down

0 comments on commit fc61ca4

Please sign in to comment.