jojochuang opened a new pull request, #5743: URL: https://github.com/apache/hbase/pull/5743
For ServerKillingMonkeyFactory, the sleep time of the following actions are configurable via: ``` RestartRandomRsExceptMetaAction : restart.random.rs.exception.sleep.time RestartActiveMasterAction : restart.active.master.sleep.time RollingBatchRestartRsAction : rolling.batch.restart.rs.sleep.time PolicyBasedChaosMonkey : sdm.action1.period ``` For ServerAndDependenciesKillingMonkeyFactory: ``` RestartRandomRsExceptMetaAction : restart.random.rs.exception.sleep.time RestartActiveMasterAction : restart.active.master.sleep.time RollingBatchRestartRsAction : rolling.batch.restart.rs.sleep.time RestartActiveNameNodeAction : restart.active.namenode.sleep.time RestartRandomDataNodeAction : restart.random.datanode.sleep.time RestartRandomJournalNodeAction : restart.random.journalnode.sleep.time RestartRandomZKNodeAction : restart.random.zknode.sleep.time PolicyBasedChaosMonkey : sdm.action1.period ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
