Class TestHBaseReplicationEndpoint
java.lang.Object
org.apache.hadoop.hbase.replication.TestHBaseReplicationEndpoint
-
Nested Class Summary
Modifier and TypeClassDescriptionprivate static class
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint
private static final HBaseTestingUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setUp()
void
void
void
void
void
Once a SinkPeer has been reported as bad more than BAD_SINK_THRESHOLD times, it should not be replicated to anymore.
-
Field Details
-
CLASS_RULE
-
UTIL
-
endpoint
-
-
Constructor Details
-
TestHBaseReplicationEndpoint
public TestHBaseReplicationEndpoint()
-
-
Method Details
-
setUp
- Throws:
Exception
-
testChooseSinks
-
testChooseSinksLessThanRatioAvailable
-
testReportBadSink
-
testReportBadSinkPastThreshold
Once a SinkPeer has been reported as bad more than BAD_SINK_THRESHOLD times, it should not be replicated to anymore. -
testReportBadSinkDownToZeroSinks
-