public class TestMetaShutdownHandler extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestMetaShutdownHandler.MyRegionServer |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
(package private) static org.apache.hadoop.conf.Configuration |
conf |
private static org.slf4j.Logger |
LOG |
private static HBaseTestingUtility |
TEST_UTIL |
Constructor and Description |
---|
TestMetaShutdownHandler() |
Modifier and Type | Method and Description |
---|---|
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testExpireMetaRegionServer()
This test will test the expire handling of a meta-carrying
region server.
|
void |
testMetaAssignmentFailure()
Master should be able to recover from any unexpected state of meta-region-server znode
|
private static final org.slf4j.Logger LOG
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility TEST_UTIL
static final org.apache.hadoop.conf.Configuration conf
public TestMetaShutdownHandler()
public static void setUpBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void testExpireMetaRegionServer() throws Exception
Exception
public void testMetaAssignmentFailure() throws Exception
Exception
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.