[ 
https://issues.apache.org/jira/browse/HDFS-4878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13677378#comment-13677378
 ] 

Konstantin Shvachko commented on HDFS-4878:
-------------------------------------------

Tao could you please update your patch so that it doesn't change the order of 
imports in BlockManager.java.
You might also want to update testMetaSaveWithOrphanedBlocks() - name it 
something else, because it should actually test there are no orphaned blocks. 
                
> On Remove Block, Block is not Removed from neededReplications queue
> -------------------------------------------------------------------
>
>                 Key: HDFS-4878
>                 URL: https://issues.apache.org/jira/browse/HDFS-4878
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: namenode
>    Affects Versions: 3.0.0
>            Reporter: Tao Luo
>             Fix For: 3.0.0
>
>         Attachments: HDFS-4878.patch
>
>
> Remove block removes the specified block from pendingReplications, but not 
> from neededReplications queue. 
> The fix would be to remove from neededReplications as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to