Class TestCompactionWithThroughputController
java.lang.Object
org.apache.hadoop.hbase.regionserver.throttle.TestCompactionWithThroughputController
@Tag("org.apache.hadoop.hbase.testclassification.RegionServerTests") @Tag("org.apache.hadoop.hbase.testclassification.LargeTests")
public class TestCompactionWithThroughputController
extends Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate org.apache.hadoop.hbase.regionserver.HStoregetStoreWithName(org.apache.hadoop.hbase.TableName tableName) private org.apache.hadoop.hbase.regionserver.HStorevoidprivate longprivate longvoidTest the logic that we calculate compaction pressure for a striped store.voidTest the tuning task ofPressureAwareCompactionThroughputController
-
Field Details
-
LOG
-
TEST_UTIL
-
EPSILON
- See Also:
-
tableName
-
family
-
qualifier
-
-
Constructor Details
-
TestCompactionWithThroughputController
-
-
Method Details
-
getStoreWithName
private org.apache.hadoop.hbase.regionserver.HStore getStoreWithName(org.apache.hadoop.hbase.TableName tableName) -
prepareData
- Throws:
IOException
-
testCompactionWithThroughputLimit
- Throws:
Exception
-
testCompactionWithoutThroughputLimit
- Throws:
Exception
-
testCompaction
- Throws:
Exception
-
testThroughputTuning
Test the tuning task ofPressureAwareCompactionThroughputController- Throws:
Exception
-
testGetCompactionPressureForStripedStore
Test the logic that we calculate compaction pressure for a striped store.- Throws:
Exception
-