[
https://issues.apache.org/jira/browse/HDFS-16229?focusedWorklogId=652522&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-652522
]
ASF GitHub Bot logged work on HDFS-16229:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 18/Sep/21 02:30
Start Date: 18/Sep/21 02:30
Worklog Time Spent: 10m
Work Description: jianghuazhu removed a comment on pull request #3451:
URL: https://github.com/apache/hadoop/pull/3451#issuecomment-922164124
@ayushtkn @virajjasani, can you review it?
There are some exceptions in jenkins, such as:
hadoop.hdfs.TestDistributedFileSystem
hadoop.hdfs.TestReconstructStripedFileWithValidator
hadoop.hdfs.TestDecommissionWithStriped
hadoop.hdfs.TestDFSInotifyEventInputStream
hadoop.hdfs.TestViewDistributedFileSystemContract
hadoop.hdfs.TestReconstructStripedFile
hadoop.hdfs.TestRollingUpgradeRollback
It seems that these exceptions are caused by other reasons, not much related
to the code I submitted, because I only submitted some documents and comments.
thank you very much.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 652522)
Time Spent: 50m (was: 40m)
> Remove the use of obsolete BLOCK_DELETION_INCREMENT
> ---------------------------------------------------
>
> Key: HDFS-16229
> URL: https://issues.apache.org/jira/browse/HDFS-16229
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: namenode
> Reporter: JiangHua Zhu
> Assignee: JiangHua Zhu
> Priority: Major
> Labels: pull-request-available
> Time Spent: 50m
> Remaining Estimate: 0h
>
> As early as HDFS-13831, it was already
> Removed the obsolete BLOCK_DELETION_INCREMENT, but ignored another use of
> BLOCK_DELETION_INCREMENT.
> E.g:
> /**
> * From the given list, incrementally remove the blocks from blockManager
> * Writelock is dropped and reacquired every BLOCK_DELETION_INCREMENT to
> * ensure that other waiters on the lock can get in. See HDFS-2938
> *
> * @param blocks
> * An instance of {@link BlocksMapUpdateInfo} which contains a list
> * of blocks that need to be removed from blocksMap
> */
> void removeBlocks(BlocksMapUpdateInfo blocks) {
> ......
> }
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]