Package org.apache.hadoop.hbase.client
Class TestFallbackToUseReplay
java.lang.Object
org.apache.hadoop.hbase.client.TestFallbackToUseReplay
Make sure we could fallback to use replay method if replicateToReplica method is not present,
i.e, we are connecting an old region server.
-
Field Summary
Modifier and TypeFieldDescriptionprivate static org.apache.hadoop.hbase.client.AsyncRegionReplicationRetryingCaller
static final HBaseClassTestRule
private static org.apache.hadoop.conf.Configuration
private static org.apache.hadoop.hbase.client.AsyncClusterConnectionImpl
private static AtomicBoolean
private static org.apache.hadoop.hbase.client.RegionInfo
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
void
-
Field Details
-
CLASS_RULE
-
CONF
-
CONN
-
CALLER
-
REPLICA
-
REPLAY_CALLED
-
-
Constructor Details
-
TestFallbackToUseReplay
public TestFallbackToUseReplay()
-
-
Method Details
-
setUpBeforeClass
- Throws:
IOException
-
tearDownAfterClass
- Throws:
IOException
-
testFallback
-