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 3D4A690A0 for ; Sat, 13 Dec 2014 00:36:15 +0000 (UTC) Received: (qmail 20340 invoked by uid 500); 13 Dec 2014 00:36:15 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 20284 invoked by uid 500); 13 Dec 2014 00:36:14 -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 20272 invoked by uid 99); 13 Dec 2014 00:36:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Dec 2014 00:36:14 +0000 Date: Sat, 13 Dec 2014 00:36:14 +0000 (UTC) From: "Elliott Clark (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-12680) Refactor base ClusterManager in HBase to not have the notion of sending a signal. 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-12680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14245054#comment-14245054 ] Elliott Clark commented on HBASE-12680: --------------------------------------- +1 looks good to me. > Refactor base ClusterManager in HBase to not have the notion of sending a signal. > --------------------------------------------------------------------------------- > > Key: HBASE-12680 > URL: https://issues.apache.org/jira/browse/HBASE-12680 > Project: HBase > Issue Type: Improvement > Components: integration tests > Affects Versions: 1.0.0, 2.0.0, 0.98.7 > Reporter: Yi Deng > Assignee: Yi Deng > Priority: Minor > Labels: integration-test > Fix For: 1.0.0, 2.0.0, 0.98.7 > > Attachments: 2.0-0001-Move-signal-related-code-from-ClusterManager.patch, 2.0-0002-Move-signal-related-code-from-ClusterManager.patch, 2.0-0003-Move-signal-related-code-from-ClusterManager.patch > > > In some situation, we need to run the integration test under some system not using ssh commands. Move the ssh/signal related parts out of ClusterManager and make them as part of the implementation details of HBaseClusterManager. -- This message was sent by Atlassian JIRA (v6.3.4#6332)