Assert in chooseNodes fails when running TestAccessTokenWithDFS
---------------------------------------------------------------

                 Key: HDFS-696
                 URL: https://issues.apache.org/jira/browse/HDFS-696
             Project: Hadoop HDFS
          Issue Type: Test
            Reporter: Eli Collins


Running TestAccessTokenWithDFS with java asserts enabled causes the following 
assert in chooseNodes in Balancer.java to faul. 

    assert (datanodes.size() ==
      overUtilizedDatanodes.size()+underUtilizedDatanodes.size()+
      aboveAvgUtilizedDatanodes.size()+belowAvgUtilizedDatanodes.size()+
      sources.size()+targets.size())
      : "Mismatched number of datanodes";


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to