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

Hudson commented on HDFS-4878:
------------------------------

Integrated in Hadoop-trunk-Commit #3893 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/3893/])
    HDFS-4878. On Remove Block, block is not removed from neededReplications 
queue. Contributed by Tao Luo. (Revision 1491671)

     Result = SUCCESS
shv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1491671
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockManager.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestMetaSave.java

                
> 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
>            Assignee: Tao Luo
>             Fix For: 2.1.0-beta
>
>         Attachments: HDFS-4878_branch2.patch, 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