[ https://issues.apache.org/jira/browse/HBASE-18610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ted Yu updated HBASE-18610: --------------------------- Attachment: 18610.v6.txt Patch v6 removes the call to Stop() since in the current form of ChaosMonkeyRunner, there is no way to retrieve the spawned monkey runner. Please provide more detail on the crash when monkey option is passed. I verified that ChaosMonkeyRunner received the passed arguments by adding prints in main() method. Here is sample output: {code} 2017-08-25 19:00:31,541 INFO [main] util.ChaosMonkeyRunner (ChaosMonkeyRunner.java:main(168)) - args: 6 2017-08-25 19:00:31,547 INFO [main] util.ChaosMonkeyRunner (ChaosMonkeyRunner.java:main(169)) - 1st arg: -c 2017-08-25 19:00:31,547 INFO [main] util.ChaosMonkeyRunner (ChaosMonkeyRunner.java:main(170)) - 2nd arg: 227/hbase-site.xml 2017-08-25 19:00:31,547 INFO [main] util.ChaosMonkeyRunner (ChaosMonkeyRunner.java:main(171)) - 3rd arg: -m 2017-08-25 19:00:31,548 INFO [main] util.ChaosMonkeyRunner (ChaosMonkeyRunner.java:main(172)) - 4th arg: serverKilling {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, 18610.v5.txt, 18610.v6.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)