public class TestRegionServerAbort extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestRegionServerAbort.ErrorThrowingHRegion
Throws an exception during store file refresh in order to trigger a regionserver abort.
|
static class |
TestRegionServerAbort.StopBlockingRegionObserver |
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
| Constructor and Description |
|---|
TestRegionServerAbort() |
| Modifier and Type | Method and Description |
|---|---|
void |
setup() |
void |
tearDown() |
void |
testAbortFromRPC()
Test that a regionserver is able to abort properly, even when a coprocessor
throws an exception in preStopRegionServer().
|
void |
testStopOverrideFromCoprocessor()
Test that a coprocessor is able to override a normal regionserver stop request.
|
public static final HBaseClassTestRule CLASS_RULE
public TestRegionServerAbort()
public void testAbortFromRPC() throws Exception
Exceptionpublic void testStopOverrideFromCoprocessor() throws Exception
ExceptionCopyright © 2007–2019 Cloudera. All rights reserved.