@Override
public ChaosMonkey build() {
// Destructive actions to mess things around. Cannot run batch restart
Action[] actions1 = new Action[] {
new RestartRandomRsExceptMetaAction(60000),
new RestartActiveMasterAction(5000),
new RollingBatchRestartRsExceptMetaAction(5000, 1.0f, 2), //only allow 2 servers to be dead
new ForceBalancerAction()
};