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 C7907176A4 for ; Mon, 2 Feb 2015 19:56:41 +0000 (UTC) Received: (qmail 65388 invoked by uid 500); 2 Feb 2015 19:56:36 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 65344 invoked by uid 500); 2 Feb 2015 19:56:36 -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 65331 invoked by uid 99); 2 Feb 2015 19:56:36 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Feb 2015 19:56:36 +0000 Date: Mon, 2 Feb 2015 19:56:36 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-12955) Make ITBLL less of a wuss 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-12955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14301794#comment-14301794 ] stack commented on HBASE-12955: ------------------------------- bq. Are you talking about the serverKilling monkey? It's purpose was to not kill the meta. Yes. Why not kill meta? > Make ITBLL less of a wuss > ------------------------- > > Key: HBASE-12955 > URL: https://issues.apache.org/jira/browse/HBASE-12955 > Project: HBase > Issue Type: Task > Reporter: stack > Assignee: stack > > ITBLL avoids rolling restart and kill of the server hosting meta by default. > {code} > Action[] actions1 = new Action[] { > - new RestartRandomRsExceptMetaAction(60000), > + new RestartRandomRsAction(60000), > new RestartActiveMasterAction(5000), > - new RollingBatchRestartRsExceptMetaAction(5000, 1.0f, 2), //only allow 2 servers to be dead > + new RollingBatchRestartRsAction(5000, 1.0f, 2), //only allow 2 servers to be dead > new ForceBalancerAction() > {code} > Enable killing of meta. > Running tests over the w/e against 1.0, all seems to work w/ this enabled (splits were disabled). -- This message was sent by Atlassian JIRA (v6.3.4#6332)