public class TestReplicationEditsDroppedWithDroppedTable 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 org.apache.hadoop.hbase.TableName |
DROPPED_NS_TABLE |
private static org.apache.hadoop.hbase.TableName |
DROPPED_TABLE |
private static byte[] |
FAMILY |
private static org.slf4j.Logger |
LOG |
private static String |
namespace |
private static int |
NB_RETRIES |
private static org.apache.hadoop.hbase.TableName |
NORMAL_TABLE |
private static String |
PEER_ID |
private static byte[] |
QUALIFIER |
private static byte[] |
ROW |
private static long |
SLEEP_TIME |
protected static HBaseTestingUtility |
utility1 |
protected static HBaseTestingUtility |
utility2 |
private static byte[] |
VALUE |
Constructor and Description |
---|
TestReplicationEditsDroppedWithDroppedTable() |
Modifier and Type | Method and Description |
---|---|
private void |
createTable(org.apache.hadoop.hbase.TableName tableName) |
void |
setup() |
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
testEditsBehindDroppedTableTiming() |
void |
testEditsDroppedWithDroppedTable() |
void |
testEditsDroppedWithDroppedTableNS() |
private void |
testWithDroppedTable(org.apache.hadoop.hbase.TableName droppedTableName) |
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 String namespace
private static final org.apache.hadoop.hbase.TableName NORMAL_TABLE
private static final org.apache.hadoop.hbase.TableName DROPPED_TABLE
private static final org.apache.hadoop.hbase.TableName DROPPED_NS_TABLE
private static final byte[] ROW
private static final byte[] FAMILY
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 TestReplicationEditsDroppedWithDroppedTable()
public static void setUpBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
private void createTable(org.apache.hadoop.hbase.TableName tableName) throws Exception
Exception
public void testEditsDroppedWithDroppedTable() throws Exception
Exception
public void testEditsDroppedWithDroppedTableNS() throws Exception
Exception
private void testWithDroppedTable(org.apache.hadoop.hbase.TableName droppedTableName) throws Exception
Exception
public void testEditsBehindDroppedTableTiming() throws Exception
Exception
private void verifyReplicationProceeded() throws Exception
Exception
private void verifyReplicationStuck() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.