You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2014/03/17 22:32:54 UTC

[jira] [Created] (HBASE-10778) Unique keys accounting in MultiThreadedReader is incorrect

Ted Yu created HBASE-10778:
------------------------------

             Summary: Unique keys accounting in MultiThreadedReader is incorrect
                 Key: HBASE-10778
                 URL: https://issues.apache.org/jira/browse/HBASE-10778
             Project: HBase
          Issue Type: Sub-task
            Reporter: Ted Yu
            Assignee: Ted Yu


TestMiniClusterLoad* tests fail in 10070 branch.
Here is one example:
{code}
ava.lang.AssertionError: expected:<0> but was:<7>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:743)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.junit.Assert.assertEquals(Assert.java:555)
	at org.junit.Assert.assertEquals(Assert.java:542)
	at org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential.runLoadTestOnExistingTable(TestMiniClusterLoadSequential.java:139)
{code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)