Class TestNegativeMemStoreSizeWithSlowCoprocessor
java.lang.Object
org.apache.hadoop.hbase.coprocessor.TestNegativeMemStoreSizeWithSlowCoprocessor
Test that verifies we do not have memstore size negative when a postPut/Delete hook is
slow/expensive and a flush is triggered at the same time the coprocessow is doing its work. To
simulate this we call flush from the coprocessor itself
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static final byte[]
(package private) static final org.slf4j.Logger
private static final byte[]
private static final byte[]
private static final HBaseTestingUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
void
-
Field Details
-
CLASS_RULE
-
LOG
-
TEST_UTIL
-
tableName
-
family
-
qualifier
-
-
Constructor Details
-
TestNegativeMemStoreSizeWithSlowCoprocessor
-
-
Method Details
-
setupBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
testNegativeMemstoreSize
- Throws:
IOException
InterruptedException
-