You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2014/12/29 17:28:13 UTC

[jira] [Created] (HBASE-12772) TestPerColumnFamilyFlush failing

stack created HBASE-12772:
-----------------------------

             Summary: TestPerColumnFamilyFlush failing
                 Key: HBASE-12772
                 URL: https://issues.apache.org/jira/browse/HBASE-12772
             Project: HBase
          Issue Type: Bug
          Components: test
    Affects Versions: 1.0.0
            Reporter: stack


On internal rig see this failing in two places:

{code}
org.apache.hadoop.hbase.regionserver.TestPerColumnFamilyFlush.testFlushingWhenLogRolling
Failing for the past 1 build (Since Failed#653 )
Took 9 sec.
Error Message

expected:<424> but was:<205744>

Stacktrace

java.lang.AssertionError: expected:<424> but was:<205744>
	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.regionserver.TestPerColumnFamilyFlush.testFlushingWhenLogRolling(TestPerColumnFamilyFlush.java:483)

{code}

and 

{code}
org.apache.hadoop.hbase.regionserver.TestPerColumnFamilyFlush.testLogReplayWithDistributedReplay
Failing for the past 1 build (Since Failed#653 )
Took 25 ms.
Error Message

A mini-cluster is already running

Stacktrace

java.lang.IllegalStateException: A mini-cluster is already running
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:921)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:812)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:794)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:781)
	at org.apache.hadoop.hbase.regionserver.TestPerColumnFamilyFlush.testLogReplay(TestPerColumnFamilyFlush.java:337)
	at org.apache.hadoop.hbase.regionserver.TestPerColumnFamilyFlush.testLogReplayWithDistributedReplay(TestPerColumnFamilyFlush.java:418)

{code}

Opening issue to keep an eye on these tests.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)