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/03/03 03:37:06 UTC

[jira] [Reopened] (HBASE-12795) Backport HBASE-12429 (Add port to ClusterManager's actions) to 0.98

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

Andrew Purtell reopened HBASE-12795:
------------------------------------

Reopening for an addendum to fix a Phoenix (test) build issue:
{noformat}
[ERROR] /home/apurtell/src/phoenix/phoenix-core/src/test/java/org/apache/phoenix/hbase/index/write/TestWALRecoveryCaching.java:[320,16] no suitable method found for startRegionServer(java.lang.String)
    method org.apache.hadoop.hbase.MiniHBaseCluster.startRegionServer() is not applicable
      (actual and formal argument lists differ in length)
    method org.apache.hadoop.hbase.MiniHBaseCluster.startRegionServer(java.lang.String,int) is not applicable
      (actual and formal argument lists differ in length)
    method org.apache.hadoop.hbase.HBaseCluster.startRegionServer(java.lang.String,int) is not applicable
      (actual and formal argument lists differ in length)
[ERROR] /home/apurtell/src/phoenix/phoenix-core/src/test/java/org/apache/phoenix/hbase/index/write/TestWALRecoveryCaching.java:[322,16] method waitForRegionServerToStart in class org.apache.hadoop.hbase.HBaseCluster cannot be applied to given types;
  required: java.lang.String,int,long
  found: java.lang.String,long
  reason: actual and formal argument lists differ in length
{noformat}

We can discuss what to do long term about test code used by downstream projects, like move it to src/main/ etc. but for now I will fix this as a courtesy.

> Backport HBASE-12429 (Add port to ClusterManager's actions) to 0.98
> -------------------------------------------------------------------
>
>                 Key: HBASE-12795
>                 URL: https://issues.apache.org/jira/browse/HBASE-12795
>             Project: HBase
>          Issue Type: Task
>            Reporter: Andrew Purtell
>            Assignee: Andrew Purtell
>            Priority: Minor
>             Fix For: 0.98.11
>
>         Attachments: HBASE-12795-0.98.patch
>
>
> As of HBASE-12371 we are following along with improvements in the integration test module. Evaluate HBASE-12429 (Add port to ClusterManager's actions) for backport to 0.98. This improves testing with chaos to support testing on a cluster with multiple regionservers running on a host.



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