Package org.apache.hadoop.hbase.wal
Class TestBoundedRegionGroupingStrategy
java.lang.Object
org.apache.hadoop.hbase.wal.TestBoundedRegionGroupingStrategy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static org.apache.hadoop.conf.Configuration
private static org.apache.hadoop.hdfs.DistributedFileSystem
private static final org.slf4j.Logger
private static final HBaseTestingUtility
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondata()
void
Ensure that we can use Set.add to deduplicate WALsvoid
setUp()
static void
void
tearDown()
static void
void
void
Write to a log file with three concurrent threads and verifying all data is written.void
Make sure we can successfully run with more regions then our bound.void
-
Field Details
-
CLASS_RULE
-
LOG
-
TEST_UTIL
-
CONF
-
FS
-
walProvider
-
-
Constructor Details
-
TestBoundedRegionGroupingStrategy
public TestBoundedRegionGroupingStrategy()
-
-
Method Details
-
data
-
setUp
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
setUpBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
testConcurrentWrites
Write to a log file with three concurrent threads and verifying all data is written.- Throws:
Exception
-
testMoreRegionsThanBound
Make sure we can successfully run with more regions then our bound.- Throws:
Exception
-
testBoundsGreaterThanDefault
- Throws:
Exception
-
testMoreRegionsThanBoundWithBoundsGreaterThanDefault
- Throws:
Exception
-
setMembershipDedups
Ensure that we can use Set.add to deduplicate WALs- Throws:
IOException
-