Action[] actions3 = new Action[] {
new MoveRegionsOfTableAction(20000, tableName),
new MoveRandomRegionOfTableAction(20000, tableName),
new RestartRandomRsAction(60000),
new BatchRestartRsAction(60000, 0.5f),
new RestartActiveMasterAction(5000),
new RollingBatchRestartRsAction(5000, 1.0f),
new RestartRsHoldingMetaAction(35000),
};
// Action to log more info for debugging