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)