Class TestRegionServerOnlineConfigChange
java.lang.Object
org.apache.hadoop.hbase.regionserver.TestRegionServerOnlineConfigChange
Verify that the Online config Changes on the HRegionServer side are actually happening. We should
add tests for important configurations which will be changed online.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static final byte[]
private static final String
private static org.apache.hadoop.conf.Configuration
private static HBaseTestingUtility
private static org.apache.hadoop.hbase.master.HMaster
private static final org.slf4j.Logger
private static final long
private static org.apache.hadoop.hbase.regionserver.Region
private static byte[]
private static org.apache.hadoop.hbase.regionserver.HRegionServer
private static org.apache.hadoop.hbase.client.Table
private static final org.apache.hadoop.hbase.TableName
private static final String
-
Constructor Summary
-
Method Summary
-
Field Details
-
CLASS_RULE
-
LOG
-
hbaseTestingUtility
-
conf
-
t1
-
rs1
-
hMaster
-
r1name
-
r1
-
table1Str
- See Also:
-
columnFamily1Str
- See Also:
-
TABLE1
-
COLUMN_FAMILY1
-
MAX_FILE_SIZE
- See Also:
-
-
Constructor Details
-
TestRegionServerOnlineConfigChange
public TestRegionServerOnlineConfigChange()
-
-
Method Details
-
setUp
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
testNumCompactionThreadsOnlineChange
Check if the number of compaction threads changes online -
testCompactionConfigurationOnlineChange
Test that the configurations in the CompactionConfiguration class change properly.- Throws:
IOException
-
testStoreConfigurationOnlineChange
-
testCoprocessorConfigurationOnlineChange
-
testCoprocessorConfigurationOnlineChangeOnMaster
-