[
https://issues.apache.org/jira/browse/HBASE-13607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14523826#comment-14523826
]
Josh Elser commented on HBASE-13607:
------------------------------------
Pretty sure this came in via HBASE-13584.
It's a bit confusing because despite SplitLogManager accepting a Configuration,
the Configuration object that ZkCoordinatedStateManager actually gets is from
the server, not the one passed to the SplitLogManager.
> TestSplitLogManager.testGetPreviousRecoveryMode consistently failing
> --------------------------------------------------------------------
>
> Key: HBASE-13607
> URL: https://issues.apache.org/jira/browse/HBASE-13607
> Project: HBase
> Issue Type: Bug
> Components: test
> Affects Versions: 1.1.0
> Reporter: Josh Elser
> Assignee: Josh Elser
> Priority: Minor
> Fix For: 1.1.1
>
>
> From Nick's 1.1.0 rc0 call for UT help:
> https://builds.apache.org/job/HBase-1.1.0RC0-JDK7/72/testReport/org.apache.hadoop.hbase.master/TestSplitLogManager/testGetPreviousRecoveryMode/
> {noformat}
> java.lang.AssertionError: Mode4=LOG_SPLITTING
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at
> org.apache.hadoop.hbase.master.TestSplitLogManager.testGetPreviousRecoveryMode(TestSplitLogManager.java:661)
> {noformat}
> This is repeatedly failing locally for me.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)