Andrew Purtell created HBASE-9304:
-------------------------------------

             Summary: [0.92] TestDrainingServer fails occasionally
                 Key: HBASE-9304
                 URL: https://issues.apache.org/jira/browse/HBASE-9304
             Project: HBase
          Issue Type: Bug
    Affects Versions: 0.92.3
            Reporter: Andrew Purtell
            Assignee: Andrew Purtell


The error is the same in every case:

{noformat}
junit.framework.AssertionFailedError
        at junit.framework.Assert.fail(Assert.java:48)
        at junit.framework.Assert.assertTrue(Assert.java:20)
        at junit.framework.Assert.assertFalse(Assert.java:34)
        at junit.framework.Assert.assertFalse(Assert.java:41)
        at 
org.apache.hadoop.hbase.TestDrainingServer.setUpBeforeClass(TestDrainingServer.java:78)
{noformat}

This is a check at test startup that every regionserver has an assignment. 
Looks like sometimes it takes a long time for the cluster to come up - there 
are 5 RSes started - and not all get region assignments. Probably a test only 
fix here.

--
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