Examples of RollingBatchRestartRsExceptMetaAction


Examples of org.apache.hadoop.hbase.chaos.actions.RollingBatchRestartRsExceptMetaAction

    // 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()
    };

    // Action to log more info for debugging
    Action[] actions2 = new Action[] {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.