[
https://issues.apache.org/jira/browse/HBASE-12558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14231829#comment-14231829
]
stack commented on HBASE-12558:
-------------------------------
I reverted the commit of 12558-master.patch because I overcommitted; I
committed it and HBASE-12490 at same time by mistake. Here is my revert:
{code}
commit 1a9b556474d01480762bf8df431c499443d24737
Author: stack <[email protected]>
Date: Tue Dec 2 09:51:19 2014 -0800
Revert "HBASE-12558 TestHCM.testClusterStatus Unexpected exception,
expected<org.apache.hadoop.hbase.regionserver.RegionServerStoppedException> but
was<junit.framework.AssertionFailedError> -- ADDED D
This reverts commit 8b8f2026bda6a329d6d82376dbb884c8f183a967.
Overcommit. Added "HBASE-12490 Replace uses of setAutoFlush(boolean,
boolean)" by mistake
Conflicts:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ClusterStatusListener.java
hbase-client/src/main/java/org/apache/hadoop/hbase/client/HTable.java
{code}
The 12558.ignore.txt is still in place. Will leave the revert of this patch as
is and the ignore in place until we get a chance to dig in more on why this is
failing (to try [~tianq]'s suggestion of reverting HBASE-12359)
> TestHCM.testClusterStatus Unexpected exception,
> expected<org.apache.hadoop.hbase.regionserver.RegionServerStoppedException>
> but was<junit.framework.AssertionFailedError>
> -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: HBASE-12558
> URL: https://issues.apache.org/jira/browse/HBASE-12558
> Project: HBase
> Issue Type: Bug
> Components: test
> Reporter: stack
> Assignee: stack
> Priority: Critical
> Fix For: 2.0.0, 0.99.2
>
> Attachments: 12558-master.patch, 12558.ignore.txt
>
>
> Happens for me reliably on mac os x. I looked at fixing it. The listener is
> not noticing the publish for whatever reason. Thats where I stopped.
> {code}
> java.lang.Exception: Unexpected exception,
> expected<org.apache.hadoop.hbase.regionserver.RegionServerStoppedException>
> but was<junit.framework.AssertionFailedError>
> at junit.framework.Assert.fail(Assert.java:57)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:193)
> at
> org.apache.hadoop.hbase.HBaseTestingUtility.waitFor(HBaseTestingUtility.java:3537)
> at
> org.apache.hadoop.hbase.client.TestHCM.testClusterStatus(TestHCM.java:273)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)