You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2015/08/14 18:03:46 UTC

[jira] [Updated] (HBASE-12955) Make ITBLL kill servers hosting meta

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

Sean Busbey updated HBASE-12955:
--------------------------------
    Summary: Make ITBLL kill servers hosting meta  (was: Make ITBLL less of a wuss)

> Make ITBLL kill servers hosting meta
> ------------------------------------
>
>                 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)