Skip to content

Commit cd5c639

Browse files
authored
HDFS-16229.Remove the use of obsolete BLOCK_DELETION_INCREMENT. (#3451). Contributed by JiangHua Zhu.
Signed-off-by: Ayush Saxena <[email protected]>
1 parent 607c20c commit cd5c639

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode

hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3356,7 +3356,7 @@ FSPermissionChecker getPermissionChecker()
33563356

33573357
/**
33583358
* From the given list, incrementally remove the blocks from blockManager
3359-
* Writelock is dropped and reacquired every BLOCK_DELETION_INCREMENT to
3359+
* Writelock is dropped and reacquired every blockDeletionIncrement to
33603360
* ensure that other waiters on the lock can get in. See HDFS-2938
33613361
*
33623362
* @param blocks

0 commit comments

Comments
 (0)