You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Eli Collins (JIRA)" <ji...@apache.org> on 2009/10/12 22:38:31 UTC

[jira] Created: (HDFS-696) Assert in chooseNodes fails when running TestAccessTokenWithDFS

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.