Package org.apache.hadoop.hbase.master
Class TestClusterRestartFailover
java.lang.Object
org.apache.hadoop.hbase.master.AbstractTestRestartCluster
org.apache.hadoop.hbase.master.TestClusterRestartFailover
- Direct Known Subclasses:
TestClusterRestartFailoverSplitWithoutZk
-
Nested Class Summary
Modifier and TypeClassDescriptionprivate static final class
static final class
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static final org.slf4j.Logger
private static final MetricsAssertHelper
private static CountDownLatch
private static org.apache.hadoop.hbase.ServerName
Fields inherited from class org.apache.hadoop.hbase.master.AbstractTestRestartCluster
FAMILY, TABLES, UTIL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate org.apache.hadoop.hbase.master.assignment.ServerStateNode
getServerStateNode
(org.apache.hadoop.hbase.ServerName serverName) private void
private void
protected boolean
void
test()
Test for HBASE-22964Methods inherited from class org.apache.hadoop.hbase.master.AbstractTestRestartCluster
setUp, tearDown
-
Field Details
-
CLASS_RULE
-
LOG
-
metricsHelper
-
SCP_LATCH
-
SERVER_FOR_TEST
-
-
Constructor Details
-
TestClusterRestartFailover
public TestClusterRestartFailover()
-
-
Method Details
-
splitWALCoordinatedByZk
- Specified by:
splitWALCoordinatedByZk
in classAbstractTestRestartCluster
-
getServerStateNode
private org.apache.hadoop.hbase.master.assignment.ServerStateNode getServerStateNode(org.apache.hadoop.hbase.ServerName serverName) -
test
Test for HBASE-22964- Throws:
Exception
-
setupCluster
- Throws:
Exception
-
setupTable
- Throws:
Exception
-