Class TestReopenTableRegionsProcedureBatchBackoff
java.lang.Object
org.apache.hadoop.hbase.master.procedure.TestReopenTableRegionsProcedureBatchBackoff
@Tag("org.apache.hadoop.hbase.testclassification.MasterTests") @Tag("org.apache.hadoop.hbase.testclassification.MediumTests")
public class TestReopenTableRegionsProcedureBatchBackoff
extends Object
Confirm that we will rate limit reopen batches when reopening all table regions. This can avoid
the pain associated with reopening too many regions at once.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate static byte[]private static final intprivate static final intprivate static final intprivate static org.apache.hadoop.hbase.TableNameprivate static final HBaseTestingUtil -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
UTIL
-
TABLE_NAME
-
BACKOFF_MILLIS_PER_RS
- See Also:
-
REOPEN_BATCH_SIZE_MAX
- See Also:
-
NUM_REGIONS
- See Also:
-
NUM_BATCHES
- See Also:
-
CF
-
-
Constructor Details
-
TestReopenTableRegionsProcedureBatchBackoff
-
-
Method Details
-
setUp
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
testRegionBatchBackoff
- Throws:
IOException
-
testRegionBatchNoBackoff
- Throws:
IOException
-