Class TestShortCircuitGet
java.lang.Object
org.apache.hadoop.hbase.regionserver.TestShortCircuitGet
-
Nested Class Summary
Modifier and TypeClassDescriptionprivate static class
private static class
static class
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static final byte[]
org.junit.rules.TestName
private static final byte[]
(package private) static final byte[]
(package private) static final byte[]
(package private) static final byte[]
(package private) static final byte[]
(package private) static final byte[]
(package private) static final byte[]
(package private) static final byte[]
(package private) static final org.apache.hadoop.hbase.TableName
private static final HBaseTestingUtility
private static final byte[]
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
putToTable
(org.apache.hadoop.hbase.client.Table ht, byte[] rowkey) static void
static void
void
This test is for HBASE-26821,when we initiate get or scan in cp, theRegionScanner
for get and scan is close when get or scan is completed.
-
Field Details
-
CLASS_RULE
-
TEST_UTIL
-
FAMILY
-
QUALIFIER
-
VALUE
-
r0
-
r1
-
r2
-
r3
-
r4
-
r5
-
r6
-
tableName
-
name
-
-
Constructor Details
-
TestShortCircuitGet
public TestShortCircuitGet()
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
testScannerCloseWhenScanAndGetInCP
This test is for HBASE-26821,when we initiate get or scan in cp, theRegionScanner
for get and scan is close when get or scan is completed.- Throws:
Exception
-
putToTable
- Throws:
IOException
-