Package org.apache.hadoop.hbase
Class TestFullLogReconstruction
java.lang.Object
org.apache.hadoop.hbase.TestFullLogReconstruction
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static final byte[]
private static final org.slf4j.Logger
private static final org.apache.hadoop.hbase.TableName
private static final HBaseTestingUtility
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
void
Test the whole reconstruction loop.
-
Field Details
-
LOG
-
CLASS_RULE
-
TEST_UTIL
-
TABLE_NAME
-
FAMILY
-
-
Constructor Details
-
TestFullLogReconstruction
public TestFullLogReconstruction()
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
testReconstruction
Test the whole reconstruction loop. Build a table with regions aaa to zzz and load every one of them multiple times with the same date and do a flush at some point. Kill one of the region servers and scan the table. We should see all the rows.- Throws:
Exception
-