class
org.apache.hadoop.hbase.chaos.actions.BatchRestartRsAction
Restarts a ratio of the running regionservers at the same time
class
org.apache.hadoop.hbase.chaos.actions.GracefulRollingRestartRsAction
Gracefully restarts every regionserver in a rolling fashion.
class
org.apache.hadoop.hbase.chaos.actions.RestartActiveMasterAction
Action that tries to restart the active master.
class
org.apache.hadoop.hbase.chaos.actions.RestartActiveNameNodeAction
Action that tries to restart the active namenode.
class
org.apache.hadoop.hbase.chaos.actions.RestartRandomDataNodeAction
Action that restarts a random datanode.
class
org.apache.hadoop.hbase.chaos.actions.RestartRandomJournalNodeAction
class
org.apache.hadoop.hbase.chaos.actions.RestartRandomRsAction
Action that restarts a random HRegionServer
class
org.apache.hadoop.hbase.chaos.actions.RestartRandomRsExceptMetaAction
class
org.apache.hadoop.hbase.chaos.actions.RestartRandomZKNodeAction
Action that restarts a random zookeeper node.
class
org.apache.hadoop.hbase.chaos.actions.RestartRsHoldingMetaAction
Action that tries to restart the HRegionServer holding Meta.
class
org.apache.hadoop.hbase.chaos.actions.RestartRsHoldingTableAction
Action that restarts an HRegionServer holding one of the regions of the table.
class
org.apache.hadoop.hbase.chaos.actions.RollingBatchRestartRsAction
Restarts a ratio of the regionservers in a rolling fashion.