public class TestRegionServerOnlineConfigChange extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static byte[] |
COLUMN_FAMILY1 |
private static String |
columnFamily1Str |
private static org.apache.hadoop.conf.Configuration |
conf |
private static HBaseTestingUtility |
hbaseTestingUtility |
private static org.apache.hadoop.hbase.master.HMaster |
hMaster |
private static org.slf4j.Logger |
LOG |
private static long |
MAX_FILE_SIZE |
private static org.apache.hadoop.hbase.regionserver.Region |
r1 |
private static byte[] |
r1name |
private static org.apache.hadoop.hbase.regionserver.HRegionServer |
rs1 |
private static org.apache.hadoop.hbase.client.Table |
t1 |
private static org.apache.hadoop.hbase.TableName |
TABLE1 |
private static String |
table1Str |
Constructor and Description |
---|
TestRegionServerOnlineConfigChange() |
Modifier and Type | Method and Description |
---|---|
static void |
setUp() |
static void |
tearDown() |
void |
testCompactionConfigurationOnlineChange()
Test that the configurations in the CompactionConfiguration class change properly.
|
void |
testCoprocessorConfigurationOnlineChange() |
void |
testCoprocessorConfigurationOnlineChangeOnMaster() |
void |
testNumCompactionThreadsOnlineChange()
Check if the number of compaction threads changes online
|
void |
testStoreConfigurationOnlineChange() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static HBaseTestingUtility hbaseTestingUtility
private static org.apache.hadoop.conf.Configuration conf
private static org.apache.hadoop.hbase.client.Table t1
private static org.apache.hadoop.hbase.regionserver.HRegionServer rs1
private static org.apache.hadoop.hbase.master.HMaster hMaster
private static byte[] r1name
private static org.apache.hadoop.hbase.regionserver.Region r1
private static final String table1Str
private static final String columnFamily1Str
private static final org.apache.hadoop.hbase.TableName TABLE1
private static final byte[] COLUMN_FAMILY1
private static final long MAX_FILE_SIZE
public TestRegionServerOnlineConfigChange()
public void testNumCompactionThreadsOnlineChange()
public void testCompactionConfigurationOnlineChange() throws IOException
IOException
public void testStoreConfigurationOnlineChange()
public void testCoprocessorConfigurationOnlineChange()
public void testCoprocessorConfigurationOnlineChangeOnMaster()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.