Class TestReplicationStuckWithDroppedTable
java.lang.Object
org.apache.hadoop.hbase.replication.TestReplicationStuckWithDroppedTable
Replication with dropped table will stuck as the default REPLICATION_DROP_ON_DELETED_TABLE_KEY is
 false.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static org.apache.hadoop.hbase.client.Adminprivate static org.apache.hadoop.hbase.client.Adminstatic final HBaseClassTestRuleprivate static org.apache.hadoop.conf.Configurationprivate static org.apache.hadoop.conf.Configurationprivate static final org.apache.hadoop.hbase.TableNameprivate static final byte[]private static final org.slf4j.Loggerprivate static final intprivate static final org.apache.hadoop.hbase.TableNameprivate static final Stringprivate static final byte[]private static final byte[]private static final longprotected static HBaseTestingUtilprotected static HBaseTestingUtilprivate static final byte[]
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate voidcreateTable(org.apache.hadoop.hbase.TableName tableName) static voidstatic voidvoidprivate void
- 
Field Details- 
CLASS_RULE
- 
LOG
- 
conf1
- 
conf2
- 
utility1
- 
utility2
- 
admin1
- 
admin2
- 
NORMAL_TABLE
- 
DROPPED_TABLE
- 
ROW
- 
FAMILY
- 
QUALIFIER
- 
VALUE
- 
PEER_ID- See Also:
 
- 
SLEEP_TIME- See Also:
 
- 
NB_RETRIES- See Also:
 
 
- 
- 
Constructor Details- 
TestReplicationStuckWithDroppedTablepublic TestReplicationStuckWithDroppedTable()
 
- 
- 
Method Details