Ted Yu created HBASE-16975:
------------------------------
Summary: TestSerialReplication occasionally fails
Key: HBASE-16975
URL: https://issues.apache.org/jira/browse/HBASE-16975
Project: HBase
Issue Type: Test
Reporter: Ted Yu
Priority: Minor
As seen in
https://builds.apache.org/job/PreCommit-HBASE-Build/4246/artifact/patchprocess/patch-unit-hbase-server.txt
:
{code}
testRegionMerge(org.apache.hadoop.hbase.replication.TestSerialReplication)
Time elapsed: 14.763 sec <<< FAILURE!
java.lang.AssertionError: null
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertTrue(Assert.java:52)
at
org.apache.hadoop.hbase.replication.TestSerialReplication.assertIntegerList(TestSerialReplication.java:396)
at
org.apache.hadoop.hbase.replication.TestSerialReplication.testRegionMerge(TestSerialReplication.java:326)
testRegionSplit(org.apache.hadoop.hbase.replication.TestSerialReplication)
Time elapsed: 203.88 sec <<< ERROR!
java.lang.Exception: Not all logs have been pushed
at
org.apache.hadoop.hbase.replication.TestSerialReplication.testRegionSplit(TestSerialReplication.java:264)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)