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:
jianghuazhu 2021-09-18 13:36:51 +08:00 committed by GitHub
parent 607c20c612
commit cd5c6395e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3356,7 +3356,7 @@ FSPermissionChecker getPermissionChecker()
/** /**
* From the given list, incrementally remove the blocks from blockManager * 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 * ensure that other waiters on the lock can get in. See HDFS-2938
* *
* @param blocks * @param blocks