[
https://issues.apache.org/jira/browse/HBASE-11348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14036716#comment-14036716
]
Vandana Ayyalasomayajula commented on HBASE-11348:
--------------------------------------------------
Would this be good ?
{code}
/**
* Base class for HBase integration tests that want to use the Chaos Monkey.
* Usage: bin/hbase <sub_class_of_IntegrationTestBase> <options>
* Options: -h,--help Show usage
* -m,--monkey <arg> Which chaos monkey to run
* -monkeyProps <arg> The properties file for specifying chaos monkey
properties.
* -ncc Option to not clean up the cluster at the end.
*/
public abstract class IntegrationTestBase extends AbstractHBaseTool {
{code}
How does one update the hbase book ?
> Make frequency and sleep times of chaos monkeys configurable
> --------------------------------------------------------------
>
> Key: HBASE-11348
> URL: https://issues.apache.org/jira/browse/HBASE-11348
> Project: HBase
> Issue Type: Improvement
> Affects Versions: 0.98.3
> Reporter: Vandana Ayyalasomayajula
> Assignee: Vandana Ayyalasomayajula
> Priority: Minor
> Labels: integration-tests
> Attachments: HBASE-11348_1.patch
>
>
> Currently the chaos monkeys used in the integration tests, run with a fixed
> configuration. It would be useful to have the frequency, sleep times to be
> configurable. That would help controlling the chaos the monkeys are intended
> to create.
--
This message was sent by Atlassian JIRA
(v6.2#6252)