[ 
https://issues.apache.org/jira/browse/HBASE-12955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14301702#comment-14301702
 ] 

Enis Soztutar commented on HBASE-12955:
---------------------------------------

Are you talking about the {{serverKilling}} monkey? It's purpose was to not 
kill the meta. 
{{slowDeterministic}} instead does these actions, and that is the mostly used 
one. 

> 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)

Reply via email to