[ 
https://issues.apache.org/jira/browse/HBASE-12772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14260868#comment-14260868
 ] 

stack commented on HBASE-12772:
-------------------------------

Thanks [~dimaspivak] Was unable to repro locally.  Looking at your log, its 
same issue.. namespace table edit is oldest outstanding so when we hit the WAL 
max count, that is the region that gets flushed, not the one the test is 
expecting.  Addendum coming.

> 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
>         Attachments: 0001-HBASE-12772-TestPerColumnFamilyFlush-failing.patch
>
>
> 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)

Reply via email to