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.slf4j.Logger |
LOG |
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 |
testNumCompactionThreadsOnlineChange()
Check if the number of compaction threads changes online
|
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 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
public TestRegionServerOnlineConfigChange()
public void testNumCompactionThreadsOnlineChange() throws IOException
IOException
public void testCompactionConfigurationOnlineChange() throws IOException
IOException
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.