new RestartRsHoldingMetaAction(35000),
};
// Action to log more info for debugging
Action[] actions4 = new Action[] {
new DumpClusterStatusAction()
};
return new PolicyBasedChaosMonkey(util,
new PeriodicRandomActionPolicy(60 * 1000, actions1),
new PeriodicRandomActionPolicy(90 * 1000, actions2),