[
https://issues.apache.org/jira/browse/HBASE-10408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13880212#comment-13880212
]
Jeffrey Zhong commented on HBASE-10408:
---------------------------------------
There is a log as following:
{code}
2014-01-18 02:38:13,580 INFO [Thread-615]
master.TestDistributedLogSplitting(1449): Creating wal edits across 0 regions.
{code}
So it seems the test case chose a wrong RS which doesn't has regions of
disableTable.
> Intermittent TestDistributedLogSplitting#testLogReplayForDisablingTable
> failure
> -------------------------------------------------------------------------------
>
> Key: HBASE-10408
> URL: https://issues.apache.org/jira/browse/HBASE-10408
> Project: HBase
> Issue Type: Test
> Reporter: Ted Yu
> Assignee: Ted Yu
> Attachments: 10408-v1.txt, TestDistributedLogSplitting.out,
> testDistributedLogSplitting-disablingTable.html
>
>
> Here was the assertion failure:
> {code} java.lang.AssertionError: expected:<1000> but was:<0> 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.master.TestDistributedLogSplitting.testLogReplayForDisablingTable(TestDistributedLogSplitting.java:838)
>
> {code}
> This was due to the loop starting around line 823 not picking up any edits
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)