You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2015/01/06 17:42:36 UTC

[jira] [Resolved] (HBASE-4264) TestMergeTool is too sensitive to hanging HBase cluster from other test

     [ https://issues.apache.org/jira/browse/HBASE-4264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell resolved HBASE-4264.
-----------------------------------
    Resolution: Invalid

Resolving as invalid.

Thanks for the nudge [~clehene]

> TestMergeTool is too sensitive to hanging HBase cluster from other test
> -----------------------------------------------------------------------
>
>                 Key: HBASE-4264
>                 URL: https://issues.apache.org/jira/browse/HBASE-4264
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>              Labels: delete
>
> The TestMergeTool.testMergeTool failure in build 2154 was due to the following check:
> {noformat}
>       HBaseAdmin.checkHBaseAvailable(getConf());
>       LOG.fatal("HBase cluster must be off-line.");
> {noformat}
> HBase cluster from some other test(s) was hanging since "merging regions 0 and 1" is the first merge.
> The test can be made more robust by calling HBaseAdmin.shutdown() before making the first merge.
> In Merge.java, -1 is returned in 5 places. I think we should return different values so that it is more obvious what the cause was.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)