[
https://issues.apache.org/jira/browse/HBASE-18610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16141041#comment-16141041
]
Ted Yu commented on HBASE-18610:
--------------------------------
Wrong method was used in previous patch.
Note: to use chaos monkey, you need to pass -conf flag to load-client which
points to distributed cluster.
Otherwise you would see:
{code}
2017-08-25 01:22:27,300 ERROR [main] util.AbstractHBaseTool
(AbstractHBaseTool.java:run(114)) - Error running command-line tool
java.lang.RuntimeException: ChaosMonkeyRunner must run againt a distributed
cluster, please check and point to the right configuration dir
at
org.apache.hadoop.hbase.chaos.util.ChaosMonkeyRunner.setUpCluster(ChaosMonkeyRunner.java:115)
at
org.apache.hadoop.hbase.chaos.util.ChaosMonkeyRunner.doWork(ChaosMonkeyRunner.java:96)
at
org.apache.hadoop.hbase.util.AbstractHBaseTool.run(AbstractHBaseTool.java:112)
{code}
> Provide capability to activate chaos monkey
> -------------------------------------------
>
> Key: HBASE-18610
> URL: https://issues.apache.org/jira/browse/HBASE-18610
> Project: HBase
> Issue Type: Sub-task
> Reporter: Ted Yu
> Attachments: 18610.v1.txt, 18610.v4.txt
>
>
> Currently load-client runs against a cluster where region servers are stable.
> We need to introduce chaos monkey so that wider coverage for read path is
> exercised.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)