Class TestReplicationEditsDroppedWithDeletedTableCFs
java.lang.Object
org.apache.hadoop.hbase.replication.TestReplicationEditsDroppedWithDeletedTableCFs
-
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 byte[]
private static final org.slf4j.Logger
private static final int
private static final byte[]
private static final String
private static final byte[]
private static final byte[]
private static final long
private static final org.apache.hadoop.hbase.TableName
protected static HBaseTestingUtil
protected static HBaseTestingUtil
private static final byte[]
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
private org.apache.hadoop.hbase.client.TableDescriptor
createTableDescriptor
(byte[]... cfs) private void
deleteCf
(org.apache.hadoop.hbase.client.Admin admin) void
setup()
static void
void
tearDown()
static void
void
void
private void
private void
-
Field Details
-
CLASS_RULE
-
LOG
-
conf1
-
conf2
-
utility1
-
utility2
-
admin1
-
admin2
-
TABLE
-
NORMAL_CF
-
DROPPED_CF
-
ROW
-
QUALIFIER
-
VALUE
-
PEER_ID
- See Also:
-
SLEEP_TIME
- See Also:
-
NB_RETRIES
- See Also:
-
-
Constructor Details
-
TestReplicationEditsDroppedWithDeletedTableCFs
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
setup
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
createTable
- Throws:
Exception
-
testEditsDroppedWithDeleteCF
- Throws:
Exception
-
testEditsBehindDeleteCFTiming
- Throws:
Exception
-
verifyReplicationProceeded
- Throws:
Exception
-
verifyReplicationStuck
- Throws:
Exception
-
createTableDescriptor
-
deleteCf
- Throws:
IOException
-