public class TestAssignmentOnRSGroupCrash extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static byte[] |
FAMILY |
private static String |
FAMILY_STR |
private static org.slf4j.Logger |
LOG |
private static int |
NUM_RS |
private static org.apache.hadoop.hbase.rsgroup.RSGroupAdmin |
rsGroupAdmin |
private static org.apache.hadoop.hbase.TableName |
TEST_TABLE |
private HBaseTestingUtility |
UTIL |
| Constructor and Description |
|---|
TestAssignmentOnRSGroupCrash() |
| Modifier and Type | Method and Description |
|---|---|
private void |
checkRegionsOnline(org.apache.hadoop.hbase.TableName tableName,
boolean isOnline) |
void |
setup() |
private static void |
setupConf(org.apache.hadoop.conf.Configuration conf) |
void |
tearDown() |
void |
testKillAllRSInGroupAndThenStart() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final org.apache.hadoop.hbase.TableName TEST_TABLE
private static final String FAMILY_STR
private static final byte[] FAMILY
private static final int NUM_RS
private HBaseTestingUtility UTIL
private static org.apache.hadoop.hbase.rsgroup.RSGroupAdmin rsGroupAdmin
public TestAssignmentOnRSGroupCrash()
private static void setupConf(org.apache.hadoop.conf.Configuration conf)
public void testKillAllRSInGroupAndThenStart() throws Exception
Exceptionprivate void checkRegionsOnline(org.apache.hadoop.hbase.TableName tableName, boolean isOnline) throws IOException
IOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.