public class TestWALOpenAfterDNRollingStart extends Object
| Modifier and Type | Field and Description |
|---|---|
private static long |
CHECK_LOW_REPLICATION_INTERVAL |
static HBaseClassTestRule |
CLASS_RULE |
private static long |
DN_RESTART_INTERVAL |
private static HBaseTestingUtility |
TEST_UTIL |
String |
walProvider |
| Constructor and Description |
|---|
TestWALOpenAfterDNRollingStart() |
| Modifier and Type | Method and Description |
|---|---|
static List<Object[]> |
data() |
void |
setUp() |
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
test()
see HBASE-18132 This is a test case of failing open a wal(for replication for example) after
all datanode restarted (rolling upgrade, for example).
|
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility TEST_UTIL
private static long DN_RESTART_INTERVAL
private static long CHECK_LOW_REPLICATION_INTERVAL
public String walProvider
public TestWALOpenAfterDNRollingStart()
public static void setUpBeforeClass() throws Exception
Exceptionpublic void setUp() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void test() throws Exception
ExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.