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
FieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate static final byte[]private static final Stringprivate static org.apache.hadoop.conf.Configurationprivate static HBaseTestingUtilprivate static org.apache.hadoop.hbase.master.HMasterprivate static final org.slf4j.Loggerprivate static final longprivate static org.apache.hadoop.hbase.regionserver.Regionprivate static byte[]private static org.apache.hadoop.hbase.regionserver.HRegionServerprivate static org.apache.hadoop.hbase.client.Tableprivate static final org.apache.hadoop.hbase.TableNameprivate static final Stringprivate static final long -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CLASS_RULE
-
LOG
-
WAIT_TIMEOUT
-
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
-
setUpBeforeClass
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
setUp
- 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
-
removeClosedRegionFromConfigurationManager
- Throws:
Exception
-
testStoreConfigurationOnlineChange
-
testCoprocessorConfigurationOnlineChange
-
testCoprocessorConfigurationOnlineChangeOnMaster
-