Package org.apache.hadoop.hbase
Class IntegrationTestMetaReplicas
java.lang.Object
org.apache.hadoop.hbase.IntegrationTestMetaReplicas
An integration test that starts the cluster with three replicas for the meta It then creates a
table, flushes the meta, kills the server holding the primary. After that a client issues put/get
requests on the created table - the other replicas of the meta would be used to get the location
of the region of the created table.
-
Field Summary
Modifier and TypeFieldDescriptionprivate static IntegrationTestingUtility
Util to get at the cluster. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
setUp()
static void
teardown()
void
private static void
waitUntilZnodeAvailable
(int replicaId)
-
Field Details
-
util
Util to get at the cluster.
-
-
Constructor Details
-
IntegrationTestMetaReplicas
public IntegrationTestMetaReplicas()
-
-
Method Details