[
https://issues.apache.org/jira/browse/HDFS-6798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14082232#comment-14082232
]
Hudson commented on HDFS-6798:
------------------------------
SUCCESS: Integrated in Hadoop-Yarn-trunk #630 (See
[https://builds.apache.org/job/Hadoop-Yarn-trunk/630/])
HDFS-6798. Add test case for incorrect data node condition during balancing.
(Contributed by Benoy Antony) (arp:
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1615044)
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
*
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/balancer/TestBalancer.java
> Add test case for incorrect data node condition during balancing
> ----------------------------------------------------------------
>
> Key: HDFS-6798
> URL: https://issues.apache.org/jira/browse/HDFS-6798
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: balancer
> Affects Versions: 2.4.1
> Reporter: Benoy Antony
> Assignee: Benoy Antony
> Fix For: 3.0.0, 2.6.0
>
> Attachments: HDFS-6798.patch
>
>
> The Balancer makes a check to see if a block's location is a known data node.
> But the variable it uses to check is wrong. This issue was fixed in HDFS-6364.
> There was no way to easily unit test it at that time. Since HDFS-6441 enables
> one to simulate this case, it was decided to add the unit test once HDFS-6441
> is resolved.
--
This message was sent by Atlassian JIRA
(v6.2#6252)