Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7D68E17AE7 for ; Tue, 3 Mar 2015 02:37:07 +0000 (UTC) Received: (qmail 50070 invoked by uid 500); 3 Mar 2015 02:37:06 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 49943 invoked by uid 500); 3 Mar 2015 02:37:06 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 49929 invoked by uid 99); 3 Mar 2015 02:37:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Mar 2015 02:37:06 +0000 Date: Tue, 3 Mar 2015 02:37:06 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Reopened] (HBASE-12795) Backport HBASE-12429 (Add port to ClusterManager's actions) to 0.98 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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)