public class TestLogRollAbort extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
protected static HBaseTestingUtility |
TEST_UTIL |
| Constructor and Description |
|---|
TestLogRollAbort() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
static void |
setUpBeforeClass() |
void |
tearDown() |
void |
testLogRollAfterSplitStart()
Tests the case where a RegionServer enters a GC pause,
comes back online after the master declared it dead and started to split.
|
void |
testRSAbortWithUnflushedEdits()
Tests that RegionServer aborts if we hit an error closing the WAL when
there are unsynced WAL edits.
|
public static final HBaseClassTestRule CLASS_RULE
protected static final HBaseTestingUtility TEST_UTIL
public TestLogRollAbort()
public static void setUpBeforeClass() throws Exception
Exceptionpublic void testRSAbortWithUnflushedEdits() throws Exception
Exceptionpublic void testLogRollAfterSplitStart() throws IOException
IOExceptionCopyright © 2007–2019 Cloudera. All rights reserved.