Class UnbalanceMonkeyFactory
java.lang.Object
org.apache.hadoop.hbase.chaos.factories.MonkeyFactory
org.apache.hadoop.hbase.chaos.factories.UnbalanceMonkeyFactory
-
Field Summary
Modifier and TypeFieldDescriptionprivate long
How often to introduce the chaos.private boolean
private long
private long
private long
Fields inherited from class org.apache.hadoop.hbase.chaos.factories.MonkeyFactory
CALM, columnFamilies, CONFIGURABLE_SLOW_DETERMINISTIC, DATA_ISSUES, DISTRIBUTED_ISSUES, FACTORIES, MASTER_KILLING, MOB_NO_KILL, MOB_SLOW_DETERMINISTIC, NO_KILL, properties, SERVER_AND_DEPENDENCIES_KILLING, SERVER_KILLING, SLOW_DETERMINISTIC, STRESS_AM, tableName, UNBALANCE, util
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.hadoop.hbase.chaos.factories.MonkeyFactory
getFactory, setColumnFamilies, setProperties, setTableName, setUtil
-
Field Details
-
chaosEveryMilliSec
How often to introduce the chaos. If too frequent, sequence of kills on minicluster can cause test to fail when Put runs out of retries. -
waitForUnbalanceMilliSec
-
waitForKillMilliSec
-
waitAfterBalanceMilliSec
-
killMetaRs
-
-
Constructor Details
-
UnbalanceMonkeyFactory
public UnbalanceMonkeyFactory()
-
-
Method Details
-
build
- Specified by:
build
in classMonkeyFactory
-
loadProperties
-