[
https://issues.apache.org/jira/browse/HBASE-12772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HBASE-12772:
--------------------------
Resolution: Fixed
Fix Version/s: 1.1.0
2.0.0
Hadoop Flags: Reviewed
Status: Resolved (was: Patch Available)
Pushed to branch-1 and master.
> 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
> Assignee: stack
> Fix For: 2.0.0, 1.1.0
>
> Attachments: 0001-HBASE-12772-TestPerColumnFamilyFlush-failing.patch,
> 12772.addendum.txt, 12772.addendum.v2.txt
>
>
> 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)