Class TestReplicationEditsDroppedWithDroppedTable
java.lang.Object
org.apache.hadoop.hbase.replication.TestReplicationEditsDroppedWithDroppedTable
-
Field Summary
Modifier and TypeFieldDescriptionprivate static org.apache.hadoop.hbase.client.Admin
private static org.apache.hadoop.hbase.client.Admin
static final HBaseClassTestRule
private static org.apache.hadoop.conf.Configuration
private static org.apache.hadoop.conf.Configuration
private static final org.apache.hadoop.hbase.TableName
private static final org.apache.hadoop.hbase.TableName
private static final byte[]
private static final org.slf4j.Logger
private static final String
private static final int
private static final org.apache.hadoop.hbase.TableName
private static final String
private static final byte[]
private static final byte[]
private static final long
protected static HBaseTestingUtil
protected static HBaseTestingUtil
private static final byte[]
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
createTable
(org.apache.hadoop.hbase.TableName tableName) void
setup()
static void
void
tearDown()
static void
void
void
void
private void
testWithDroppedTable
(org.apache.hadoop.hbase.TableName droppedTableName) private void
private void
-
Field Details
-
CLASS_RULE
-
LOG
-
conf1
-
conf2
-
utility1
-
utility2
-
admin1
-
admin2
-
namespace
- See Also:
-
NORMAL_TABLE
-
DROPPED_TABLE
-
DROPPED_NS_TABLE
-
ROW
-
FAMILY
-
QUALIFIER
-
VALUE
-
PEER_ID
- See Also:
-
SLEEP_TIME
- See Also:
-
NB_RETRIES
- See Also:
-
-
Constructor Details
-
TestReplicationEditsDroppedWithDroppedTable
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
setup
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
createTable
- Throws:
Exception
-
testEditsDroppedWithDroppedTable
- Throws:
Exception
-
testEditsDroppedWithDroppedTableNS
- Throws:
Exception
-
testWithDroppedTable
private void testWithDroppedTable(org.apache.hadoop.hbase.TableName droppedTableName) throws Exception - Throws:
Exception
-
testEditsBehindDroppedTableTiming
- Throws:
Exception
-
verifyReplicationProceeded
- Throws:
Exception
-
verifyReplicationStuck
- Throws:
Exception
-