public class TestMergeTableRegionsWhileRSCrash extends Object
Modifier and Type | Field and Description |
---|---|
private static org.apache.hadoop.hbase.client.Admin |
admin |
private static byte[] |
CF |
static HBaseClassTestRule |
CLASS_RULE |
private static org.slf4j.Logger |
LOG |
private static CountDownLatch |
mergeCommitArrive |
private static byte[] |
SPLITKEY |
private static org.apache.hadoop.hbase.client.Table |
TABLE |
private static org.apache.hadoop.hbase.TableName |
TABLE_NAME |
protected static HBaseTestingUtility |
UTIL |
Constructor and Description |
---|
TestMergeTableRegionsWhileRSCrash() |
Modifier and Type | Method and Description |
---|---|
static void |
cleanupTest() |
static void |
setupCluster() |
void |
test() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
protected static final HBaseTestingUtility UTIL
private static org.apache.hadoop.hbase.TableName TABLE_NAME
private static org.apache.hadoop.hbase.client.Admin admin
private static byte[] CF
private static byte[] SPLITKEY
private static CountDownLatch mergeCommitArrive
private static org.apache.hadoop.hbase.client.Table TABLE
public TestMergeTableRegionsWhileRSCrash()
public static void setupCluster() throws Exception
Exception
public static void cleanupTest() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.