new MoveRegionsOfTableAction(tableName),
new RestartRandomRsAction(60000),
new BatchRestartRsAction(5000, 0.5f),
new RestartActiveMasterAction(5000),
new RollingBatchRestartRsAction(5000, 1.0f),
new RestartRsHoldingMetaAction(35000)
};
return new PolicyBasedChaosMonkey(util,
new PeriodicRandomActionPolicy(60 * 1000, actions1),
new PeriodicRandomActionPolicy(90 * 1000, actions2),