Class IntegrationTestMetaReplicas

java.lang.Object
org.apache.hadoop.hbase.IntegrationTestMetaReplicas

public class IntegrationTestMetaReplicas extends Object
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.