HDFS-16229.Remove the use of obsolete BLOCK_DELETION_INCREMENT. (#3451). Contributed by JiangHua Zhu.
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
This commit is contained in:
parent
607c20c612
commit
cd5c6395e8
@ -3356,7 +3356,7 @@ FSPermissionChecker getPermissionChecker()
|
||||
|
||||
/**
|
||||
* From the given list, incrementally remove the blocks from blockManager
|
||||
* Writelock is dropped and reacquired every BLOCK_DELETION_INCREMENT to
|
||||
* Writelock is dropped and reacquired every blockDeletionIncrement to
|
||||
* ensure that other waiters on the lock can get in. See HDFS-2938
|
||||
*
|
||||
* @param blocks
|
||||
|
Loading…
Reference in New Issue
Block a user