public class TestReplicationEditsDroppedWithDeletedTableCFs extends Object
| Modifier and Type | Field and Description |
|---|---|
private static org.apache.hadoop.hbase.client.Admin |
admin1 |
private static org.apache.hadoop.hbase.client.Admin |
admin2 |
static HBaseClassTestRule |
CLASS_RULE |
private static org.apache.hadoop.conf.Configuration |
conf1 |
private static org.apache.hadoop.conf.Configuration |
conf2 |
private static byte[] |
DROPPED_CF |
private static org.slf4j.Logger |
LOG |
private static int |
NB_RETRIES |
private static byte[] |
NORMAL_CF |
private static String |
PEER_ID |
private static byte[] |
QUALIFIER |
private static byte[] |
ROW |
private static long |
SLEEP_TIME |
private static org.apache.hadoop.hbase.TableName |
TABLE |
protected static HBaseTestingUtility |
utility1 |
protected static HBaseTestingUtility |
utility2 |
private static byte[] |
VALUE |
| Constructor and Description |
|---|
TestReplicationEditsDroppedWithDeletedTableCFs() |
| Modifier and Type | Method and Description |
|---|---|
private void |
createTable() |
private org.apache.hadoop.hbase.client.TableDescriptor |
createTableDescriptor(byte[]... cfs) |
private void |
deleteCf(org.apache.hadoop.hbase.client.Admin admin) |
void |
setup() |
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
testEditsBehindDeleteCFTiming() |
void |
testEditsDroppedWithDeleteCF() |
private void |
verifyReplicationProceeded() |
private void |
verifyReplicationStuck() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static org.apache.hadoop.conf.Configuration conf1
private static org.apache.hadoop.conf.Configuration conf2
protected static HBaseTestingUtility utility1
protected static HBaseTestingUtility utility2
private static org.apache.hadoop.hbase.client.Admin admin1
private static org.apache.hadoop.hbase.client.Admin admin2
private static final org.apache.hadoop.hbase.TableName TABLE
private static final byte[] NORMAL_CF
private static final byte[] DROPPED_CF
private static final byte[] ROW
private static final byte[] QUALIFIER
private static final byte[] VALUE
private static final String PEER_ID
private static final long SLEEP_TIME
private static final int NB_RETRIES
public TestReplicationEditsDroppedWithDeletedTableCFs()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionprivate void createTable() throws Exception
Exceptionpublic void testEditsDroppedWithDeleteCF() throws Exception
Exceptionpublic void testEditsBehindDeleteCFTiming() throws Exception
Exceptionprivate void verifyReplicationProceeded() throws Exception
Exceptionprivate void verifyReplicationStuck() throws Exception
Exceptionprivate org.apache.hadoop.hbase.client.TableDescriptor createTableDescriptor(byte[]... cfs)
private void deleteCf(org.apache.hadoop.hbase.client.Admin admin) throws IOException
IOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.